#42C246

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

Shades of Lime Green #42C246

Tints of Lime Green #42C246

Color information

#42C246 (or 0x42C246) is unknown color: approx Lime Green. HEX triplet: 42, C2 and 46. RGB value is (66,194,70). Sum of RGB (Red+Green+Blue) = 66+194+70=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #42C246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C246 is #BD3DB9. Grayscale: #8D8D8D. Windows color (decimal): -12402106 or 4637250. OLE color: 4637250.

HSL color Cylindrical-coordinate representation of color #42C246: hue angle of 121.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C246 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB6619470-
CMYK0.6600.640.24
HSL121.88º51.2%50.98%-
HSV(B)121.88º65.98%76.08%-
XYZ22.6440.1812.36-
YUV141.5987.5974.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 194 (76.17% from 255) = 58.79%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=20%
G=58.79%
B=21.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal66194700.6600.640.24121.8851.250.98
Hex42C24642040187a3333
Octal1023021061020100301726363
Binary1000010110000101000110100001001000000110001111010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,194,70); }

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

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

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

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

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

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

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