#42C542

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

Shades of Lime Green #42C542

Tints of Lime Green #42C542

Color information

#42C542 (or 0x42C542) is unknown color: approx Lime Green. HEX triplet: 42, C5 and 42. RGB value is (66,197,66). Sum of RGB (Red+Green+Blue) = 66+197+66=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #42C542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C542 is #BD3ABD. Grayscale: #8F8F8F. Windows color (decimal): -12401342 or 4375874. OLE color: 4375874.

HSL color Cylindrical-coordinate representation of color #42C542: hue angle of 120º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C542 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB6619766-
CMYK0.6600.660.23
HSL120º53.04%51.57%-
HSV(B)120º66.5%77.25%-
XYZ23.241.4811.94-
YUV142.984.673.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 197 (77.34% from 255) = 59.88%
BLUE value IS 66 (26.17% from 255) = 20.06%
R=20.06%
G=59.88%
B=20.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal66197660.6600.660.2312053.0451.57
Hex42C5424204217783534
Octal1023051021020102271706564
Binary1000010110001011000010100001001000010101111111000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,197,66); }

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

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

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

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

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

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

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