Shades of Lime Green #4CCC31
Tints of Lime Green #4CCC31
RGB
CMYK
RGB Variations
Color information
#4CCC31 (or 0x4CCC31) is known color: Lime Green. HEX triplet: 4C, CC and 31. RGB value is (76,204,49). Sum of RGB (Red+Green+Blue) = 76+204+49=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 204 (80.08% from 255 or 62.01% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCC31 is #B333CE. Grayscale: #949494. Windows color (decimal): -11744207 or 3263564. OLE color: 3263564.
HSL color Cylindrical-coordinate representation of color #4CCC31: hue angle of 109.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4CCC31 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 49 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.2 |
| HSL | 109.55º | 0.61% | 0.5% | - |
| HSV(B) | 109.55º | 0.76% | 0.8% | - |
| XYZ | 25.13 | 44.94 | 10.26 | - |
| YUV | 148.06 | 72.09 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 49 | 0.63 | 0 | 0.76 | 0.2 | 109.55 | 0.61 | 0.5 |
| Hex | 4C | CC | 31 | 3F | 0 | 4C | 14 | 6E | 3D | 32 |
| Octal | 114 | 314 | 61 | 77 | 0 | 114 | 24 | 156 | 75 | 62 |
| Binary | 1001100 | 11001100 | 110001 | 111111 | 0 | 1001100 | 10100 | 1101110 | 111101 | 110010 |
Color Harmonies of #4CCC31
Complementary color
Monochromatic Colors of #4CCC31
Black with #4CCC31
Text Example
Text Example
White with #4CCC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC31; }
p { color: rgb(76,204,49); }
H1.HeaderClassName
{
color: #4CCC31;
}
.AnyTagClassName
{
color: #4CCC31;
}
</style>
background-color css
<style>
a { background-color: #4CCC31; }
a { background-color: rgb(76,204,49); }
div.DivClassName
{
background-color: #4CCC31;
}
.BgClassName
{
background-color: #4CCC31;
}
</style>
border-color css
<style>
span { border-color: #4CCC31; }
span { border-color: rgb(76,204,49); }
td.TdClassName
{
border-color: #4CCC31;
}
.TagClassName
{
border-color: #4CCC31;
}
</style>