#42C837

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

Shades of Lime Green #42C837

Tints of Lime Green #42C837

Color information

#42C837 (or 0x42C837) is unknown color: approx Lime Green. HEX triplet: 42, C8 and 37. RGB value is (66,200,55). Sum of RGB (Red+Green+Blue) = 66+200+55=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #42C837 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C837 is #BD37C8. Grayscale: #8F8F8F. Windows color (decimal): -12400585 or 3655746. OLE color: 3655746.

HSL color Cylindrical-coordinate representation of color #42C837: hue angle of 115.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42C837 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB6620055-
CMYK0.6700.720.22
HSL115.45º56.86%50%-
HSV(B)115.45º72.5%78.43%-
XYZ23.5942.7410.62-
YUV143.478.1172.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 200 (78.52% from 255) = 62.31%
BLUE value IS 55 (21.88% from 255) = 17.13%
R=20.56%
G=62.31%
B=17.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66200550.6700.720.22115.4556.8650
Hex42C8374304816733932
Octal102310671030110261637162
Binary100001011001000110111100001101001000101101110011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,200,55); }

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

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

 a { background-color: rgb(66,200,55); }

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

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

 span { border-color: rgb(66,200,55); }

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