Shades of Lime Green #42C647
Tints of Lime Green #42C647
RGB
CMYK
RGB Variations
Color information
#42C647 (or 0x42C647) is known color: Lime Green. HEX triplet: 42, C6 and 47. RGB value is (66,198,71). Sum of RGB (Red+Green+Blue) = 66+198+71=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #42C647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C647 is #BD39B8. Grayscale: #909090. Windows color (decimal): -12401081 or 4703810. OLE color: 4703810.
HSL color Cylindrical-coordinate representation of color #42C647: hue angle of 122.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C647 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 198 | 71 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.22 |
| HSL | 122.27º | 0.54% | 0.52% | - |
| HSV(B) | 122.27º | 0.67% | 0.78% | - |
| XYZ | 23.58 | 42 | 12.83 | - |
| YUV | 144.05 | 86.77 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 198 | 71 | 0.67 | 0 | 0.64 | 0.22 | 122.27 | 0.54 | 0.52 |
| Hex | 42 | C6 | 47 | 43 | 0 | 40 | 16 | 7A | 36 | 34 |
| Octal | 102 | 306 | 107 | 103 | 0 | 100 | 26 | 172 | 66 | 64 |
| Binary | 1000010 | 11000110 | 1000111 | 1000011 | 0 | 1000000 | 10110 | 1111010 | 110110 | 110100 |
Color Harmonies of #42C647
Complementary color
Monochromatic Colors of #42C647
Black with #42C647
Text Example
Text Example
White with #42C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C647; }
p { color: rgb(66,198,71); }
H1.HeaderClassName
{
color: #42C647;
}
.AnyTagClassName
{
color: #42C647;
}
</style>
background-color css
<style>
a { background-color: #42C647; }
a { background-color: rgb(66,198,71); }
div.DivClassName
{
background-color: #42C647;
}
.BgClassName
{
background-color: #42C647;
}
</style>
border-color css
<style>
span { border-color: #42C647; }
span { border-color: rgb(66,198,71); }
td.TdClassName
{
border-color: #42C647;
}
.TagClassName
{
border-color: #42C647;
}
</style>