Shades of Lime Green #42DC47
Tints of Lime Green #42DC47
RGB
CMYK
RGB Variations
Color information
#42DC47 (or 0x42DC47) is known color: Lime Green. HEX triplet: 42, DC and 47. RGB value is (66,220,71). Sum of RGB (Red+Green+Blue) = 66+220+71=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 220 (86.33% from 255 or 61.62% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DC47 is #BD23B8. Grayscale: #9D9D9D. Windows color (decimal): -12395449 or 4709442. OLE color: 4709442.
HSL color Cylindrical-coordinate representation of color #42DC47: hue angle of 121.95º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DC47 is Cyan = 0.7, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 71 | - |
| CMYK | 0.7 | 0 | 0.68 | 0.14 |
| HSL | 121.95º | 0.69% | 0.56% | - |
| HSV(B) | 121.95º | 0.7% | 0.86% | - |
| XYZ | 28.98 | 52.8 | 14.63 | - |
| YUV | 156.97 | 79.48 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 71 | 0.7 | 0 | 0.68 | 0.14 | 121.95 | 0.69 | 0.56 |
| Hex | 42 | DC | 47 | 46 | 0 | 44 | E | 7A | 45 | 38 |
| Octal | 102 | 334 | 107 | 106 | 0 | 104 | 16 | 172 | 105 | 70 |
| Binary | 1000010 | 11011100 | 1000111 | 1000110 | 0 | 1000100 | 1110 | 1111010 | 1000101 | 111000 |
Color Harmonies of #42DC47
Complementary color
Monochromatic Colors of #42DC47
Black with #42DC47
Text Example
Text Example
White with #42DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC47; }
p { color: rgb(66,220,71); }
H1.HeaderClassName
{
color: #42DC47;
}
.AnyTagClassName
{
color: #42DC47;
}
</style>
background-color css
<style>
a { background-color: #42DC47; }
a { background-color: rgb(66,220,71); }
div.DivClassName
{
background-color: #42DC47;
}
.BgClassName
{
background-color: #42DC47;
}
</style>
border-color css
<style>
span { border-color: #42DC47; }
span { border-color: rgb(66,220,71); }
td.TdClassName
{
border-color: #42DC47;
}
.TagClassName
{
border-color: #42DC47;
}
</style>