Shades of Lime Green #4CCC45
Tints of Lime Green #4CCC45
RGB
CMYK
RGB Variations
Color information
#4CCC45 (or 0x4CCC45) is known color: Lime Green. HEX triplet: 4C, CC and 45. RGB value is (76,204,69). Sum of RGB (Red+Green+Blue) = 76+204+69=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCC45 is #B333BA. Grayscale: #969696. Windows color (decimal): -11744187 or 4574284. OLE color: 4574284.
HSL color Cylindrical-coordinate representation of color #4CCC45: hue angle of 116.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CCC45 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 69 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.2 |
| HSL | 116.89º | 0.57% | 0.54% | - |
| HSV(B) | 116.89º | 0.66% | 0.8% | - |
| XYZ | 25.65 | 45.15 | 12.99 | - |
| YUV | 150.34 | 82.09 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 69 | 0.63 | 0 | 0.66 | 0.2 | 116.89 | 0.57 | 0.54 |
| Hex | 4C | CC | 45 | 3F | 0 | 42 | 14 | 75 | 39 | 36 |
| Octal | 114 | 314 | 105 | 77 | 0 | 102 | 24 | 165 | 71 | 66 |
| Binary | 1001100 | 11001100 | 1000101 | 111111 | 0 | 1000010 | 10100 | 1110101 | 111001 | 110110 |
Color Harmonies of #4CCC45
Complementary color
Monochromatic Colors of #4CCC45
Black with #4CCC45
Text Example
Text Example
White with #4CCC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC45; }
p { color: rgb(76,204,69); }
H1.HeaderClassName
{
color: #4CCC45;
}
.AnyTagClassName
{
color: #4CCC45;
}
</style>
background-color css
<style>
a { background-color: #4CCC45; }
a { background-color: rgb(76,204,69); }
div.DivClassName
{
background-color: #4CCC45;
}
.BgClassName
{
background-color: #4CCC45;
}
</style>
border-color css
<style>
span { border-color: #4CCC45; }
span { border-color: rgb(76,204,69); }
td.TdClassName
{
border-color: #4CCC45;
}
.TagClassName
{
border-color: #4CCC45;
}
</style>