#42BC42

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

Shades of Lime Green #42BC42

Tints of Lime Green #42BC42

Color information

#42BC42 (or 0x42BC42) is unknown color: approx Lime Green. HEX triplet: 42, BC and 42. RGB value is (66,188,66). Sum of RGB (Red+Green+Blue) = 66+188+66=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC42 is #BD43BD. Grayscale: #898989. Windows color (decimal): -12403646 or 4373570. OLE color: 4373570.

HSL color Cylindrical-coordinate representation of color #42BC42: hue angle of 120º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC42 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB6618866-
CMYK0.6500.650.26
HSL120º48.03%49.8%-
HSV(B)120º64.89%73.73%-
XYZ21.2137.5211.28-
YUV137.6187.5876.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 188 (73.83% from 255) = 58.75%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=20.62%
G=58.75%
B=20.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66188660.6500.650.2612048.0349.8
Hex42BC42410411A783032
Octal1022741021010101321706062
Binary1000010101111001000010100000101000001110101111000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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