Shades of Kelly Green #2CAC14
Tints of Kelly Green #2CAC14
RGB
CMYK
RGB Variations
Color information
#2CAC14 (or 0x2CAC14) is known color: Kelly Green. HEX triplet: 2C, AC and 14. RGB value is (44,172,20). Sum of RGB (Red+Green+Blue) = 44+172+20=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 172 (67.58% from 255 or 72.88% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAC14 is #D353EB. Grayscale: #747474. Windows color (decimal): -13849580 or 1354796. OLE color: 1354796.
HSL color Cylindrical-coordinate representation of color #2CAC14: hue angle of 110.53º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CAC14 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 20 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.33 |
| HSL | 110.53º | 0.79% | 0.38% | - |
| HSV(B) | 110.53º | 0.88% | 0.67% | - |
| XYZ | 15.92 | 30.09 | 5.63 | - |
| YUV | 116.4 | 73.59 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 20 | 0.74 | 0 | 0.88 | 0.33 | 110.53 | 0.79 | 0.38 |
| Hex | 2C | AC | 14 | 4A | 0 | 58 | 21 | 6F | 4F | 26 |
| Octal | 54 | 254 | 24 | 112 | 0 | 130 | 41 | 157 | 117 | 46 |
| Binary | 101100 | 10101100 | 10100 | 1001010 | 0 | 1011000 | 100001 | 1101111 | 1001111 | 100110 |
Color Harmonies of #2CAC14
Complementary color
Monochromatic Colors of #2CAC14
Black with #2CAC14
Text Example
Text Example
White with #2CAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC14; }
p { color: rgb(44,172,20); }
H1.HeaderClassName
{
color: #2CAC14;
}
.AnyTagClassName
{
color: #2CAC14;
}
</style>
background-color css
<style>
a { background-color: #2CAC14; }
a { background-color: rgb(44,172,20); }
div.DivClassName
{
background-color: #2CAC14;
}
.BgClassName
{
background-color: #2CAC14;
}
</style>
border-color css
<style>
span { border-color: #2CAC14; }
span { border-color: rgb(44,172,20); }
td.TdClassName
{
border-color: #2CAC14;
}
.TagClassName
{
border-color: #2CAC14;
}
</style>