#42d956

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

Shades of Lime Green #42D956

Tints of Lime Green #42D956

Color information

#42D956 (or 0x42D956) is unknown color: approx Lime Green. HEX triplet: 42, D9 and 56. RGB value is (66,217,86). Sum of RGB (Red+Green+Blue) = 66+217+86=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #42D956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D956 is #BD26A9. Grayscale: #9D9D9D. Windows color (decimal): -12396202 or 5691714. OLE color: 5691714.

HSL color Cylindrical-coordinate representation of color #42D956: hue angle of 127.95º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D956 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB6621786-
CMYK0.7000.600.15
HSL127.95º66.52%55.49%-
HSV(B)127.95º69.59%85.1%-
XYZ28.7451.4617.22-
YUV156.9287.9763.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 217 (85.16% from 255) = 58.81%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=17.89%
G=58.81%
B=23.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal66217860.7000.600.15127.9566.5255.49
Hex42D9564603CF804337
Octal1023311261060741720010367
Binary1000010110110011010110100011001111001111100000001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42d956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,217,86); }

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

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

 a { background-color: rgb(66,217,86); }

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

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

 span { border-color: rgb(66,217,86); }

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