Shades of Kelly Green #4CCC02
Tints of Kelly Green #4CCC02
RGB
CMYK
RGB Variations
Color information
#4CCC02 (or 0x4CCC02) is known color: Kelly Green. HEX triplet: 4C, CC and 02. RGB value is (76,204,2). Sum of RGB (Red+Green+Blue) = 76+204+2=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CCC02 is #B333FD. Grayscale: #8F8F8F. Windows color (decimal): -11744254 or 183372. OLE color: 183372.
HSL color Cylindrical-coordinate representation of color #4CCC02: hue angle of 98.02º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4CCC02 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 2 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.2 |
| HSL | 98.02º | 0.98% | 0.4% | - |
| HSV(B) | 98.02º | 0.99% | 0.8% | - |
| XYZ | 24.58 | 44.73 | 7.39 | - |
| YUV | 142.7 | 48.59 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 2 | 0.63 | 0 | 0.99 | 0.2 | 98.02 | 0.98 | 0.4 |
| Hex | 4C | CC | 2 | 3F | 0 | 63 | 14 | 62 | 62 | 28 |
| Octal | 114 | 314 | 2 | 77 | 0 | 143 | 24 | 142 | 142 | 50 |
| Binary | 1001100 | 11001100 | 10 | 111111 | 0 | 1100011 | 10100 | 1100010 | 1100010 | 101000 |
Color Harmonies of #4CCC02
Complementary color
Monochromatic Colors of #4CCC02
Black with #4CCC02
Text Example
Text Example
White with #4CCC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC02; }
p { color: rgb(76,204,2); }
H1.HeaderClassName
{
color: #4CCC02;
}
.AnyTagClassName
{
color: #4CCC02;
}
</style>
background-color css
<style>
a { background-color: #4CCC02; }
a { background-color: rgb(76,204,2); }
div.DivClassName
{
background-color: #4CCC02;
}
.BgClassName
{
background-color: #4CCC02;
}
</style>
border-color css
<style>
span { border-color: #4CCC02; }
span { border-color: rgb(76,204,2); }
td.TdClassName
{
border-color: #4CCC02;
}
.TagClassName
{
border-color: #4CCC02;
}
</style>