Shades of Lime Green #4CC942
Tints of Lime Green #4CC942
RGB
CMYK
RGB Variations
Color information
#4CC942 (or 0x4CC942) is known color: Lime Green. HEX triplet: 4C, C9 and 42. RGB value is (76,201,66). Sum of RGB (Red+Green+Blue) = 76+201+66=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 201 (78.91% from 255 or 58.60% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC942 is #B336BD. Grayscale: #949494. Windows color (decimal): -11744958 or 4376908. OLE color: 4376908.
HSL color Cylindrical-coordinate representation of color #4CC942: hue angle of 115.56º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CC942 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 201 | 66 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.21 |
| HSL | 115.56º | 0.56% | 0.52% | - |
| HSV(B) | 115.56º | 0.67% | 0.79% | - |
| XYZ | 24.85 | 43.7 | 12.28 | - |
| YUV | 148.24 | 81.59 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 201 | 66 | 0.62 | 0 | 0.67 | 0.21 | 115.56 | 0.56 | 0.52 |
| Hex | 4C | C9 | 42 | 3E | 0 | 43 | 15 | 74 | 38 | 34 |
| Octal | 114 | 311 | 102 | 76 | 0 | 103 | 25 | 164 | 70 | 64 |
| Binary | 1001100 | 11001001 | 1000010 | 111110 | 0 | 1000011 | 10101 | 1110100 | 111000 | 110100 |
Color Harmonies of #4CC942
Complementary color
Monochromatic Colors of #4CC942
Black with #4CC942
Text Example
Text Example
White with #4CC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC942; }
p { color: rgb(76,201,66); }
H1.HeaderClassName
{
color: #4CC942;
}
.AnyTagClassName
{
color: #4CC942;
}
</style>
background-color css
<style>
a { background-color: #4CC942; }
a { background-color: rgb(76,201,66); }
div.DivClassName
{
background-color: #4CC942;
}
.BgClassName
{
background-color: #4CC942;
}
</style>
border-color css
<style>
span { border-color: #4CC942; }
span { border-color: rgb(76,201,66); }
td.TdClassName
{
border-color: #4CC942;
}
.TagClassName
{
border-color: #4CC942;
}
</style>