Shades of Lime Green #42D047
Tints of Lime Green #42D047
RGB
CMYK
RGB Variations
Color information
#42D047 (or 0x42D047) is known color: Lime Green. HEX triplet: 42, D0 and 47. RGB value is (66,208,71). Sum of RGB (Red+Green+Blue) = 66+208+71=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #42D047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D047 is #BD2FB8. Grayscale: #969696. Windows color (decimal): -12398521 or 4706370. OLE color: 4706370.
HSL color Cylindrical-coordinate representation of color #42D047: hue angle of 122.11º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D047 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 71 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.18 |
| HSL | 122.11º | 0.6% | 0.54% | - |
| HSV(B) | 122.11º | 0.68% | 0.82% | - |
| XYZ | 25.94 | 46.72 | 13.61 | - |
| YUV | 149.92 | 83.46 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 71 | 0.68 | 0 | 0.66 | 0.18 | 122.11 | 0.6 | 0.54 |
| Hex | 42 | D0 | 47 | 44 | 0 | 42 | 12 | 7A | 3C | 36 |
| Octal | 102 | 320 | 107 | 104 | 0 | 102 | 22 | 172 | 74 | 66 |
| Binary | 1000010 | 11010000 | 1000111 | 1000100 | 0 | 1000010 | 10010 | 1111010 | 111100 | 110110 |
Color Harmonies of #42D047
Complementary color
Monochromatic Colors of #42D047
Black with #42D047
Text Example
Text Example
White with #42D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D047; }
p { color: rgb(66,208,71); }
H1.HeaderClassName
{
color: #42D047;
}
.AnyTagClassName
{
color: #42D047;
}
</style>
background-color css
<style>
a { background-color: #42D047; }
a { background-color: rgb(66,208,71); }
div.DivClassName
{
background-color: #42D047;
}
.BgClassName
{
background-color: #42D047;
}
</style>
border-color css
<style>
span { border-color: #42D047; }
span { border-color: rgb(66,208,71); }
td.TdClassName
{
border-color: #42D047;
}
.TagClassName
{
border-color: #42D047;
}
</style>