#42CD4C

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

Shades of Lime Green #42CD4C

Tints of Lime Green #42CD4C

Color information

#42CD4C (or 0x42CD4C) is unknown color: approx Lime Green. HEX triplet: 42, CD and 4C. RGB value is (66,205,76). Sum of RGB (Red+Green+Blue) = 66+205+76=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 205 (80.47% from 255 or 59.08% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CD4C is #BD32B3. Grayscale: #959595. Windows color (decimal): -12399284 or 5033282. OLE color: 5033282.

HSL color Cylindrical-coordinate representation of color #42CD4C: hue angle of 124.32º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CD4C is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB6620576-
CMYK0.6800.630.20
HSL124.32º58.16%53.14%-
HSV(B)124.32º67.8%80.39%-
XYZ25.3845.3414.25-
YUV148.7386.9568.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 205 (80.47% from 255) = 59.08%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=19.02%
G=59.08%
B=21.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66205760.6800.630.20124.3258.1653.14
Hex42CD4C4403F147c3a35
Octal102315114104077241747265
Binary100001011001101100110010001000111111101001111100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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