Shades of Lime Green #4CCC3B
Tints of Lime Green #4CCC3B
RGB
CMYK
RGB Variations
Color information
#4CCC3B (or 0x4CCC3B) is known color: Lime Green. HEX triplet: 4C, CC and 3B. RGB value is (76,204,59). Sum of RGB (Red+Green+Blue) = 76+204+59=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCC3B is #B333C4. Grayscale: #959595. Windows color (decimal): -11744197 or 3918924. OLE color: 3918924.
HSL color Cylindrical-coordinate representation of color #4CCC3B: hue angle of 112.97º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CCC3B is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 59 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.2 |
| HSL | 112.97º | 0.59% | 0.52% | - |
| HSV(B) | 112.97º | 0.71% | 0.8% | - |
| XYZ | 25.36 | 45.04 | 11.49 | - |
| YUV | 149.2 | 77.09 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 59 | 0.63 | 0 | 0.71 | 0.2 | 112.97 | 0.59 | 0.52 |
| Hex | 4C | CC | 3B | 3F | 0 | 47 | 14 | 71 | 3B | 34 |
| Octal | 114 | 314 | 73 | 77 | 0 | 107 | 24 | 161 | 73 | 64 |
| Binary | 1001100 | 11001100 | 111011 | 111111 | 0 | 1000111 | 10100 | 1110001 | 111011 | 110100 |
Color Harmonies of #4CCC3B
Complementary color
Monochromatic Colors of #4CCC3B
Black with #4CCC3B
Text Example
Text Example
White with #4CCC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC3B; }
p { color: rgb(76,204,59); }
H1.HeaderClassName
{
color: #4CCC3B;
}
.AnyTagClassName
{
color: #4CCC3B;
}
</style>
background-color css
<style>
a { background-color: #4CCC3B; }
a { background-color: rgb(76,204,59); }
div.DivClassName
{
background-color: #4CCC3B;
}
.BgClassName
{
background-color: #4CCC3B;
}
</style>
border-color css
<style>
span { border-color: #4CCC3B; }
span { border-color: rgb(76,204,59); }
td.TdClassName
{
border-color: #4CCC3B;
}
.TagClassName
{
border-color: #4CCC3B;
}
</style>