Shades of Lime Green #42C232
Tints of Lime Green #42C232
RGB
CMYK
RGB Variations
Color information
#42C232 (or 0x42C232) is known color: Lime Green. HEX triplet: 42, C2 and 32. RGB value is (66,194,50). Sum of RGB (Red+Green+Blue) = 66+194+50=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #42C232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C232 is #BD3DCD. Grayscale: #8B8B8B. Windows color (decimal): -12402126 or 3326530. OLE color: 3326530.
HSL color Cylindrical-coordinate representation of color #42C232: hue angle of 113.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42C232 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 50 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.24 |
| HSL | 113.33º | 0.59% | 0.48% | - |
| HSV(B) | 113.33º | 0.74% | 0.76% | - |
| XYZ | 22.11 | 39.97 | 9.57 | - |
| YUV | 139.31 | 77.59 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 50 | 0.66 | 0 | 0.74 | 0.24 | 113.33 | 0.59 | 0.48 |
| Hex | 42 | C2 | 32 | 42 | 0 | 4A | 18 | 71 | 3B | 30 |
| Octal | 102 | 302 | 62 | 102 | 0 | 112 | 30 | 161 | 73 | 60 |
| Binary | 1000010 | 11000010 | 110010 | 1000010 | 0 | 1001010 | 11000 | 1110001 | 111011 | 110000 |
Color Harmonies of #42C232
Complementary color
Monochromatic Colors of #42C232
Black with #42C232
Text Example
Text Example
White with #42C232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C232; }
p { color: rgb(66,194,50); }
H1.HeaderClassName
{
color: #42C232;
}
.AnyTagClassName
{
color: #42C232;
}
</style>
background-color css
<style>
a { background-color: #42C232; }
a { background-color: rgb(66,194,50); }
div.DivClassName
{
background-color: #42C232;
}
.BgClassName
{
background-color: #42C232;
}
</style>
border-color css
<style>
span { border-color: #42C232; }
span { border-color: rgb(66,194,50); }
td.TdClassName
{
border-color: #42C232;
}
.TagClassName
{
border-color: #42C232;
}
</style>