#50DE4B

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

Shades of Lime Green #50DE4B

Tints of Lime Green #50DE4B

Color information

#50DE4B (or 0x50DE4B) is unknown color: approx Lime Green. HEX triplet: 50, DE and 4B. RGB value is (80,222,75). Sum of RGB (Red+Green+Blue) = 80+222+75=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 222 (87.11% from 255 or 58.89% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DE4B is #AF21B4. Grayscale: #A3A3A3. Windows color (decimal): -11477429 or 4972112. OLE color: 4972112.

HSL color Cylindrical-coordinate representation of color #50DE4B: hue angle of 117.96º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50DE4B is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB8022275-
CMYK0.6400.660.13
HSL117.96º69.01%58.24%-
HSV(B)117.96º66.22%87.06%-
XYZ30.754.4615.55-
YUV162.7878.4668.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 222 (87.11% from 255) = 58.89%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=21.22%
G=58.89%
B=19.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80222750.6400.660.13117.9669.0158.24
Hex50DE4B40042D76453a
Octal12033611310001021516610572
Binary1010000110111101001011100000001000010110111101101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,222,75); }

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

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

 a { background-color: rgb(80,222,75); }

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

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

 span { border-color: rgb(80,222,75); }

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