#42D14E

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

Shades of Lime Green #42D14E

Tints of Lime Green #42D14E

Color information

#42D14E (or 0x42D14E) is unknown color: approx Lime Green. HEX triplet: 42, D1 and 4E. RGB value is (66,209,78). Sum of RGB (Red+Green+Blue) = 66+209+78=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 209 (82.03% from 255 or 59.21% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 209 - color contains mainly: green. Hex color #42D14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D14E is #BD2EB1. Grayscale: #979797. Windows color (decimal): -12398258 or 5165378. OLE color: 5165378.

HSL color Cylindrical-coordinate representation of color #42D14E: hue angle of 125.03º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D14E is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB6620978-
CMYK0.6800.630.18
HSL125.03º60.85%53.92%-
HSV(B)125.03º68.42%81.96%-
XYZ26.4247.3114.95-
YUV151.3186.6267.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 209 (82.03% from 255) = 59.21%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=18.70%
G=59.21%
B=22.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66209780.6800.630.18125.0360.8553.92
Hex42D14E4403F127d3d36
Octal102321116104077221757566
Binary100001011010001100111010001000111111100101111101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42D14E; }

 p { color: rgb(66,209,78); }

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

<style>
 a { background-color: #42D14E; }

 a { background-color: rgb(66,209,78); }

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

<style>
 span { border-color: #42D14E; }

 span { border-color: rgb(66,209,78); }

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