#50DF42

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

Shades of Lime Green #50DF42

Tints of Lime Green #50DF42

Color information

#50DF42 (or 0x50DF42) is unknown color: approx Lime Green. HEX triplet: 50, DF and 42. RGB value is (80,223,66). Sum of RGB (Red+Green+Blue) = 80+223+66=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DF42 is #AF20BD. Grayscale: #A2A2A2. Windows color (decimal): -11477182 or 4382544. OLE color: 4382544.

HSL color Cylindrical-coordinate representation of color #50DF42: hue angle of 114.65º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50DF42 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB8022366-
CMYK0.6400.700.13
HSL114.65º71.04%56.67%-
HSV(B)114.65º70.4%87.45%-
XYZ30.6854.8714.13-
YUV162.3473.6269.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 223 (87.5% from 255) = 60.43%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=21.68%
G=60.43%
B=17.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80223660.6400.700.13114.6571.0456.67
Hex50DF4240046D734739
Octal12033710210001061516310771
Binary1010000110111111000010100000001000110110111100111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,223,66); }

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

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

 a { background-color: rgb(80,223,66); }

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

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

 span { border-color: rgb(80,223,66); }

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