Shades of Kelly Green #2CCA06
Tints of Kelly Green #2CCA06
RGB
CMYK
RGB Variations
Color information
#2CCA06 (or 0x2CCA06) is known color: Kelly Green. HEX triplet: 2C, CA and 06. RGB value is (44,202,6). Sum of RGB (Red+Green+Blue) = 44+202+6=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 202 (79.30% from 255 or 80.16% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCA06 is #D335F9. Grayscale: #858585. Windows color (decimal): -13841914 or 444972. OLE color: 444972.
HSL color Cylindrical-coordinate representation of color #2CCA06: hue angle of 108.37º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CCA06 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 6 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.21 |
| HSL | 108.37º | 0.94% | 0.41% | - |
| HSV(B) | 108.37º | 0.97% | 0.79% | - |
| XYZ | 22.19 | 42.79 | 7.26 | - |
| YUV | 132.41 | 56.65 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 6 | 0.78 | 0 | 0.97 | 0.21 | 108.37 | 0.94 | 0.41 |
| Hex | 2C | CA | 6 | 4E | 0 | 61 | 15 | 6C | 5E | 29 |
| Octal | 54 | 312 | 6 | 116 | 0 | 141 | 25 | 154 | 136 | 51 |
| Binary | 101100 | 11001010 | 110 | 1001110 | 0 | 1100001 | 10101 | 1101100 | 1011110 | 101001 |
Color Harmonies of #2CCA06
Complementary color
Monochromatic Colors of #2CCA06
Black with #2CCA06
Text Example
Text Example
White with #2CCA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCA06; }
p { color: rgb(44,202,6); }
H1.HeaderClassName
{
color: #2CCA06;
}
.AnyTagClassName
{
color: #2CCA06;
}
</style>
background-color css
<style>
a { background-color: #2CCA06; }
a { background-color: rgb(44,202,6); }
div.DivClassName
{
background-color: #2CCA06;
}
.BgClassName
{
background-color: #2CCA06;
}
</style>
border-color css
<style>
span { border-color: #2CCA06; }
span { border-color: rgb(44,202,6); }
td.TdClassName
{
border-color: #2CCA06;
}
.TagClassName
{
border-color: #2CCA06;
}
</style>