Shades of Kelly Green #4CC002
Tints of Kelly Green #4CC002
RGB
CMYK
RGB Variations
Color information
#4CC002 (or 0x4CC002) is known color: Kelly Green. HEX triplet: 4C, C0 and 02. RGB value is (76,192,2). Sum of RGB (Red+Green+Blue) = 76+192+2=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC002 is #B33FFD. Grayscale: #888888. Windows color (decimal): -11747326 or 180300. OLE color: 180300.
HSL color Cylindrical-coordinate representation of color #4CC002: hue angle of 96.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4CC002 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 2 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.25 |
| HSL | 96.63º | 0.98% | 0.38% | - |
| HSV(B) | 96.63º | 0.99% | 0.75% | - |
| XYZ | 21.84 | 39.24 | 6.48 | - |
| YUV | 135.66 | 52.57 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 2 | 0.60 | 0 | 0.99 | 0.25 | 96.63 | 0.98 | 0.38 |
| Hex | 4C | C0 | 2 | 3C | 0 | 63 | 19 | 61 | 62 | 26 |
| Octal | 114 | 300 | 2 | 74 | 0 | 143 | 31 | 141 | 142 | 46 |
| Binary | 1001100 | 11000000 | 10 | 111100 | 0 | 1100011 | 11001 | 1100001 | 1100010 | 100110 |
Color Harmonies of #4CC002
Complementary color
Monochromatic Colors of #4CC002
Black with #4CC002
Text Example
Text Example
White with #4CC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC002; }
p { color: rgb(76,192,2); }
H1.HeaderClassName
{
color: #4CC002;
}
.AnyTagClassName
{
color: #4CC002;
}
</style>
background-color css
<style>
a { background-color: #4CC002; }
a { background-color: rgb(76,192,2); }
div.DivClassName
{
background-color: #4CC002;
}
.BgClassName
{
background-color: #4CC002;
}
</style>
border-color css
<style>
span { border-color: #4CC002; }
span { border-color: rgb(76,192,2); }
td.TdClassName
{
border-color: #4CC002;
}
.TagClassName
{
border-color: #4CC002;
}
</style>