Shades of Kelly Green #2CB416
Tints of Kelly Green #2CB416
RGB
CMYK
RGB Variations
Color information
#2CB416 (or 0x2CB416) is known color: Kelly Green. HEX triplet: 2C, B4 and 16. RGB value is (44,180,22). Sum of RGB (Red+Green+Blue) = 44+180+22=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 180 (70.70% from 255 or 73.17% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB416 is #D34BE9. Grayscale: #797979. Windows color (decimal): -13847530 or 1487916. OLE color: 1487916.
HSL color Cylindrical-coordinate representation of color #2CB416: hue angle of 111.65º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CB416 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 22 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.29 |
| HSL | 111.65º | 0.78% | 0.4% | - |
| HSV(B) | 111.65º | 0.88% | 0.71% | - |
| XYZ | 17.5 | 33.24 | 6.25 | - |
| YUV | 121.32 | 71.94 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 22 | 0.76 | 0 | 0.88 | 0.29 | 111.65 | 0.78 | 0.4 |
| Hex | 2C | B4 | 16 | 4C | 0 | 58 | 1D | 70 | 4E | 28 |
| Octal | 54 | 264 | 26 | 114 | 0 | 130 | 35 | 160 | 116 | 50 |
| Binary | 101100 | 10110100 | 10110 | 1001100 | 0 | 1011000 | 11101 | 1110000 | 1001110 | 101000 |
Color Harmonies of #2CB416
Complementary color
Monochromatic Colors of #2CB416
Black with #2CB416
Text Example
Text Example
White with #2CB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB416; }
p { color: rgb(44,180,22); }
H1.HeaderClassName
{
color: #2CB416;
}
.AnyTagClassName
{
color: #2CB416;
}
</style>
background-color css
<style>
a { background-color: #2CB416; }
a { background-color: rgb(44,180,22); }
div.DivClassName
{
background-color: #2CB416;
}
.BgClassName
{
background-color: #2CB416;
}
</style>
border-color css
<style>
span { border-color: #2CB416; }
span { border-color: rgb(44,180,22); }
td.TdClassName
{
border-color: #2CB416;
}
.TagClassName
{
border-color: #2CB416;
}
</style>