Shades of Kelly Green #2CC010
Tints of Kelly Green #2CC010
RGB
CMYK
RGB Variations
Color information
#2CC010 (or 0x2CC010) is known color: Kelly Green. HEX triplet: 2C, C0 and 10. RGB value is (44,192,16). Sum of RGB (Red+Green+Blue) = 44+192+16=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC010 is #D33FEF. Grayscale: #808080. Windows color (decimal): -13844464 or 1097772. OLE color: 1097772.
HSL color Cylindrical-coordinate representation of color #2CC010: hue angle of 110.45º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CC010 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 16 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.25 |
| HSL | 110.45º | 0.85% | 0.41% | - |
| HSV(B) | 110.45º | 0.92% | 0.75% | - |
| XYZ | 19.98 | 38.27 | 6.82 | - |
| YUV | 127.68 | 64.97 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 16 | 0.77 | 0 | 0.92 | 0.25 | 110.45 | 0.85 | 0.41 |
| Hex | 2C | C0 | 10 | 4D | 0 | 5C | 19 | 6E | 55 | 29 |
| Octal | 54 | 300 | 20 | 115 | 0 | 134 | 31 | 156 | 125 | 51 |
| Binary | 101100 | 11000000 | 10000 | 1001101 | 0 | 1011100 | 11001 | 1101110 | 1010101 | 101001 |
Color Harmonies of #2CC010
Complementary color
Monochromatic Colors of #2CC010
Black with #2CC010
Text Example
Text Example
White with #2CC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC010; }
p { color: rgb(44,192,16); }
H1.HeaderClassName
{
color: #2CC010;
}
.AnyTagClassName
{
color: #2CC010;
}
</style>
background-color css
<style>
a { background-color: #2CC010; }
a { background-color: rgb(44,192,16); }
div.DivClassName
{
background-color: #2CC010;
}
.BgClassName
{
background-color: #2CC010;
}
</style>
border-color css
<style>
span { border-color: #2CC010; }
span { border-color: rgb(44,192,16); }
td.TdClassName
{
border-color: #2CC010;
}
.TagClassName
{
border-color: #2CC010;
}
</style>