Shades of Kelly Green #2CC20A
Tints of Kelly Green #2CC20A
RGB
CMYK
RGB Variations
Color information
#2CC20A (or 0x2CC20A) is known color: Kelly Green. HEX triplet: 2C, C2 and 0A. RGB value is (44,194,10). Sum of RGB (Red+Green+Blue) = 44+194+10=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 194 (76.17% from 255 or 78.23% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC20A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC20A is #D33DF5. Grayscale: #808080. Windows color (decimal): -13843958 or 705068. OLE color: 705068.
HSL color Cylindrical-coordinate representation of color #2CC20A: hue angle of 108.91º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2CC20A is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 194 | 10 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.24 |
| HSL | 108.91º | 0.9% | 0.4% | - |
| HSV(B) | 108.91º | 0.95% | 0.76% | - |
| XYZ | 20.39 | 39.14 | 6.77 | - |
| YUV | 128.17 | 61.31 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 194 | 10 | 0.77 | 0 | 0.95 | 0.24 | 108.91 | 0.9 | 0.4 |
| Hex | 2C | C2 | A | 4D | 0 | 5F | 18 | 6D | 5A | 28 |
| Octal | 54 | 302 | 12 | 115 | 0 | 137 | 30 | 155 | 132 | 50 |
| Binary | 101100 | 11000010 | 1010 | 1001101 | 0 | 1011111 | 11000 | 1101101 | 1011010 | 101000 |
Color Harmonies of #2CC20A
Complementary color
Monochromatic Colors of #2CC20A
Black with #2CC20A
Text Example
Text Example
White with #2CC20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC20A; }
p { color: rgb(44,194,10); }
H1.HeaderClassName
{
color: #2CC20A;
}
.AnyTagClassName
{
color: #2CC20A;
}
</style>
background-color css
<style>
a { background-color: #2CC20A; }
a { background-color: rgb(44,194,10); }
div.DivClassName
{
background-color: #2CC20A;
}
.BgClassName
{
background-color: #2CC20A;
}
</style>
border-color css
<style>
span { border-color: #2CC20A; }
span { border-color: rgb(44,194,10); }
td.TdClassName
{
border-color: #2CC20A;
}
.TagClassName
{
border-color: #2CC20A;
}
</style>