#42D14C

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

Shades of Lime Green #42D14C

Tints of Lime Green #42D14C

Color information

#42D14C (or 0x42D14C) is unknown color: approx Lime Green. HEX triplet: 42, D1 and 4C. RGB value is (66,209,76). Sum of RGB (Red+Green+Blue) = 66+209+76=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 209 (82.03% from 255 or 59.54% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 209 - color contains mainly: green. Hex color #42D14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D14C is #BD2EB3. Grayscale: #979797. Windows color (decimal): -12398260 or 5034306. OLE color: 5034306.

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

Color convert

RGB6620976-
CMYK0.6800.640.18
HSL124.2º60.85%53.92%-
HSV(B)124.2º68.42%81.96%-
XYZ26.3547.2814.57-
YUV151.0885.6267.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 209 (82.03% from 255) = 59.54%
BLUE value IS 76 (30.08% from 255) = 21.65%
R=18.80%
G=59.54%
B=21.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66209760.6800.640.18124.260.8553.92
Hex42D14C44040127c3d36
Octal1023211141040100221747566
Binary1000010110100011001100100010001000000100101111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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