Shades of Lime Green #42C447
Tints of Lime Green #42C447
RGB
CMYK
RGB Variations
Color information
#42C447 (or 0x42C447) is known color: Lime Green. HEX triplet: 42, C4 and 47. RGB value is (66,196,71). Sum of RGB (Red+Green+Blue) = 66+196+71=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 196 (76.95% from 255 or 58.86% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 196 - color contains mainly: green. Hex color #42C447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C447 is #BD3BB8. Grayscale: #8F8F8F. Windows color (decimal): -12401593 or 4703298. OLE color: 4703298.
HSL color Cylindrical-coordinate representation of color #42C447: hue angle of 122.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C447 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 71 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.23 |
| HSL | 122.31º | 0.52% | 0.51% | - |
| HSV(B) | 122.31º | 0.66% | 0.77% | - |
| XYZ | 23.12 | 41.09 | 12.67 | - |
| YUV | 142.88 | 87.43 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 71 | 0.66 | 0 | 0.64 | 0.23 | 122.31 | 0.52 | 0.51 |
| Hex | 42 | C4 | 47 | 42 | 0 | 40 | 17 | 7A | 34 | 33 |
| Octal | 102 | 304 | 107 | 102 | 0 | 100 | 27 | 172 | 64 | 63 |
| Binary | 1000010 | 11000100 | 1000111 | 1000010 | 0 | 1000000 | 10111 | 1111010 | 110100 | 110011 |
Color Harmonies of #42C447
Complementary color
Monochromatic Colors of #42C447
Black with #42C447
Text Example
Text Example
White with #42C447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C447; }
p { color: rgb(66,196,71); }
H1.HeaderClassName
{
color: #42C447;
}
.AnyTagClassName
{
color: #42C447;
}
</style>
background-color css
<style>
a { background-color: #42C447; }
a { background-color: rgb(66,196,71); }
div.DivClassName
{
background-color: #42C447;
}
.BgClassName
{
background-color: #42C447;
}
</style>
border-color css
<style>
span { border-color: #42C447; }
span { border-color: rgb(66,196,71); }
td.TdClassName
{
border-color: #42C447;
}
.TagClassName
{
border-color: #42C447;
}
</style>