Shades of Kelly Green #4CC000
Tints of Kelly Green #4CC000
RGB
CMYK
RGB Variations
Color information
#4CC000 (or 0x4CC000) is known color: Kelly Green. HEX triplet: 4C, C0 and 00. RGB value is (76,192,0). Sum of RGB (Red+Green+Blue) = 76+192+0=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC000 is #B33FFF. Grayscale: #888888. Windows color (decimal): -11747328 or 49228. OLE color: 49228.
HSL color Cylindrical-coordinate representation of color #4CC000: hue angle of 96.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CC000 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.25 |
| HSL | 96.25º | 1% | 0.38% | - |
| HSV(B) | 96.25º | 1% | 0.75% | - |
| XYZ | 21.83 | 39.24 | 6.42 | - |
| YUV | 135.43 | 51.57 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 0 | 0.60 | 0 | 1 | 0.25 | 96.25 | 1 | 0.38 |
| Hex | 4C | C0 | 0 | 3C | 0 | 64 | 19 | 60 | 64 | 26 |
| Octal | 114 | 300 | 0 | 74 | 0 | 144 | 31 | 140 | 144 | 46 |
| Binary | 1001100 | 11000000 | 0 | 111100 | 0 | 1100100 | 11001 | 1100000 | 1100100 | 100110 |
Color Harmonies of #4CC000
Complementary color
Monochromatic Colors of #4CC000
Black with #4CC000
Text Example
Text Example
White with #4CC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC000; }
p { color: rgb(76,192,0); }
H1.HeaderClassName
{
color: #4CC000;
}
.AnyTagClassName
{
color: #4CC000;
}
</style>
background-color css
<style>
a { background-color: #4CC000; }
a { background-color: rgb(76,192,0); }
div.DivClassName
{
background-color: #4CC000;
}
.BgClassName
{
background-color: #4CC000;
}
</style>
border-color css
<style>
span { border-color: #4CC000; }
span { border-color: rgb(76,192,0); }
td.TdClassName
{
border-color: #4CC000;
}
.TagClassName
{
border-color: #4CC000;
}
</style>