#42D14F

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

Shades of Lime Green #42D14F

Tints of Lime Green #42D14F

Color information

#42D14F (or 0x42D14F) is unknown color: approx Lime Green. HEX triplet: 42, D1 and 4F. RGB value is (66,209,79). Sum of RGB (Red+Green+Blue) = 66+209+79=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #42D14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D14F is #BD2EB0. Grayscale: #979797. Windows color (decimal): -12398257 or 5230914. OLE color: 5230914.

HSL color Cylindrical-coordinate representation of color #42D14F: hue angle of 125.45º 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 #42D14F is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB6620979-
CMYK0.6800.620.18
HSL125.45º60.85%53.92%-
HSV(B)125.45º68.42%81.96%-
XYZ26.4647.3215.14-
YUV151.4287.1267.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.64%
GREEN value IS 209 (82.03% from 255) = 59.04%
BLUE value IS 79 (31.25% from 255) = 22.32%
R=18.64%
G=59.04%
B=22.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66209790.6800.620.18125.4560.8553.92
Hex42D14F4403E127d3d36
Octal102321117104076221757566
Binary100001011010001100111110001000111110100101111101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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