#50F934

Color #50F934 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #50F934

Tints of Lime Green #50F934

Color information

#50F934 (or 0x50F934) is unknown color: approx Lime Green. HEX triplet: 50, F9 and 34. RGB value is (80,249,52). Sum of RGB (Red+Green+Blue) = 80+249+52=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 249 (97.66% from 255 or 65.35% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 249 - color contains mainly: green. Hex color #50F934 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F934 is #AF06CB. Grayscale: #B0B0B0. Windows color (decimal): -11470540 or 3471696. OLE color: 3471696.

HSL color Cylindrical-coordinate representation of color #50F934: hue angle of 111.47º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50F934 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB8024952-
CMYK0.6800.790.02
HSL111.47º94.26%59.02%-
HSV(B)111.47º79.12%97.65%-
XYZ37.869.714.71-
YUV176.0158.0159.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 249 (97.66% from 255) = 65.35%
BLUE value IS 52 (20.70% from 255) = 13.65%
R=21.00%
G=65.35%
B=13.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal80249520.6800.790.02111.4794.2659.02
Hex50F9344404F26f5e3b
Octal120371641040117215713673
Binary1010000111110011101001000100010011111011011111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50F934; }

 p { color: rgb(80,249,52); }

 H1.HeaderClassName
 {
   color: #50F934;
 }
 .AnyTagClassName
 {
   color: #50F934;
 }
</style>
background-color css

<style>
 a { background-color: #50F934; }

 a { background-color: rgb(80,249,52); }

 div.DivClassName
 {
   background-color: #50F934;
 }
 .BgClassName
 {
   background-color: #50F934;
 }
</style>
border-color css

<style>
 span { border-color: #50F934; }

 span { border-color: rgb(80,249,52); }

 td.TdClassName
 {
   border-color: #50F934;
 }
 .TagClassName
 {
   border-color: #50F934;
 }
</style>