Shades of Kelly Green #2CC211
Tints of Kelly Green #2CC211
RGB
CMYK
RGB Variations
Color information
#2CC211 (or 0x2CC211) is known color: Kelly Green. HEX triplet: 2C, C2 and 11. RGB value is (44,194,17). Sum of RGB (Red+Green+Blue) = 44+194+17=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 194 (76.17% from 255 or 76.08% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC211 is #D33DEE. Grayscale: #818181. Windows color (decimal): -13843951 or 1163820. OLE color: 1163820.
HSL color Cylindrical-coordinate representation of color #2CC211: hue angle of 110.85º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CC211 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 194 | 17 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.24 |
| HSL | 110.85º | 0.84% | 0.41% | - |
| HSV(B) | 110.85º | 0.91% | 0.76% | - |
| XYZ | 20.43 | 39.16 | 7.01 | - |
| YUV | 128.97 | 64.81 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 194 | 17 | 0.77 | 0 | 0.91 | 0.24 | 110.85 | 0.84 | 0.41 |
| Hex | 2C | C2 | 11 | 4D | 0 | 5B | 18 | 6F | 54 | 29 |
| Octal | 54 | 302 | 21 | 115 | 0 | 133 | 30 | 157 | 124 | 51 |
| Binary | 101100 | 11000010 | 10001 | 1001101 | 0 | 1011011 | 11000 | 1101111 | 1010100 | 101001 |
Color Harmonies of #2CC211
Complementary color
Monochromatic Colors of #2CC211
Black with #2CC211
Text Example
Text Example
White with #2CC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC211; }
p { color: rgb(44,194,17); }
H1.HeaderClassName
{
color: #2CC211;
}
.AnyTagClassName
{
color: #2CC211;
}
</style>
background-color css
<style>
a { background-color: #2CC211; }
a { background-color: rgb(44,194,17); }
div.DivClassName
{
background-color: #2CC211;
}
.BgClassName
{
background-color: #2CC211;
}
</style>
border-color css
<style>
span { border-color: #2CC211; }
span { border-color: rgb(44,194,17); }
td.TdClassName
{
border-color: #2CC211;
}
.TagClassName
{
border-color: #2CC211;
}
</style>