Shades of Kelly Green #2CCA00
Tints of Kelly Green #2CCA00
RGB
CMYK
RGB Variations
Color information
#2CCA00 (or 0x2CCA00) is known color: Kelly Green. HEX triplet: 2C, CA and 00. RGB value is (44,202,0). Sum of RGB (Red+Green+Blue) = 44+202+0=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 202 (79.30% from 255 or 82.11% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCA00 is #D335FF. Grayscale: #848484. Windows color (decimal): -13841920 or 51756. OLE color: 51756.
HSL color Cylindrical-coordinate representation of color #2CCA00: hue angle of 106.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CCA00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.21 |
| HSL | 106.93º | 1% | 0.4% | - |
| HSV(B) | 106.93º | 1% | 0.79% | - |
| XYZ | 22.16 | 42.78 | 7.09 | - |
| YUV | 131.73 | 53.65 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 0 | 0.78 | 0 | 1 | 0.21 | 106.93 | 1 | 0.4 |
| Hex | 2C | CA | 0 | 4E | 0 | 64 | 15 | 6B | 64 | 28 |
| Octal | 54 | 312 | 0 | 116 | 0 | 144 | 25 | 153 | 144 | 50 |
| Binary | 101100 | 11001010 | 0 | 1001110 | 0 | 1100100 | 10101 | 1101011 | 1100100 | 101000 |
Color Harmonies of #2CCA00
Complementary color
Monochromatic Colors of #2CCA00
Black with #2CCA00
Text Example
Text Example
White with #2CCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCA00; }
p { color: rgb(44,202,0); }
H1.HeaderClassName
{
color: #2CCA00;
}
.AnyTagClassName
{
color: #2CCA00;
}
</style>
background-color css
<style>
a { background-color: #2CCA00; }
a { background-color: rgb(44,202,0); }
div.DivClassName
{
background-color: #2CCA00;
}
.BgClassName
{
background-color: #2CCA00;
}
</style>
border-color css
<style>
span { border-color: #2CCA00; }
span { border-color: rgb(44,202,0); }
td.TdClassName
{
border-color: #2CCA00;
}
.TagClassName
{
border-color: #2CCA00;
}
</style>