Shades of Lime Green #42CC47
Tints of Lime Green #42CC47
RGB
CMYK
RGB Variations
Color information
#42CC47 (or 0x42CC47) is known color: Lime Green. HEX triplet: 42, CC and 47. RGB value is (66,204,71). Sum of RGB (Red+Green+Blue) = 66+204+71=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CC47 is #BD33B8. Grayscale: #939393. Windows color (decimal): -12399545 or 4705346. OLE color: 4705346.
HSL color Cylindrical-coordinate representation of color #42CC47: hue angle of 122.17º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CC47 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 71 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.2 |
| HSL | 122.17º | 0.58% | 0.53% | - |
| HSV(B) | 122.17º | 0.68% | 0.8% | - |
| XYZ | 24.98 | 44.8 | 13.29 | - |
| YUV | 147.58 | 84.78 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 71 | 0.68 | 0 | 0.65 | 0.2 | 122.17 | 0.58 | 0.53 |
| Hex | 42 | CC | 47 | 44 | 0 | 41 | 14 | 7A | 3A | 35 |
| Octal | 102 | 314 | 107 | 104 | 0 | 101 | 24 | 172 | 72 | 65 |
| Binary | 1000010 | 11001100 | 1000111 | 1000100 | 0 | 1000001 | 10100 | 1111010 | 111010 | 110101 |
Color Harmonies of #42CC47
Complementary color
Monochromatic Colors of #42CC47
Black with #42CC47
Text Example
Text Example
White with #42CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CC47; }
p { color: rgb(66,204,71); }
H1.HeaderClassName
{
color: #42CC47;
}
.AnyTagClassName
{
color: #42CC47;
}
</style>
background-color css
<style>
a { background-color: #42CC47; }
a { background-color: rgb(66,204,71); }
div.DivClassName
{
background-color: #42CC47;
}
.BgClassName
{
background-color: #42CC47;
}
</style>
border-color css
<style>
span { border-color: #42CC47; }
span { border-color: rgb(66,204,71); }
td.TdClassName
{
border-color: #42CC47;
}
.TagClassName
{
border-color: #42CC47;
}
</style>