Shades of Kelly Green #2CAC01
Tints of Kelly Green #2CAC01
RGB
CMYK
RGB Variations
Color information
#2CAC01 (or 0x2CAC01) is known color: Kelly Green. HEX triplet: 2C, AC and 01. RGB value is (44,172,1). Sum of RGB (Red+Green+Blue) = 44+172+1=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 172 (67.58% from 255 or 79.26% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAC01 is #D353FE. Grayscale: #727272. Windows color (decimal): -13849599 or 109612. OLE color: 109612.
HSL color Cylindrical-coordinate representation of color #2CAC01: hue angle of 104.91º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CAC01 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.33 |
| HSL | 104.91º | 0.99% | 0.34% | - |
| HSV(B) | 104.91º | 0.99% | 0.67% | - |
| XYZ | 15.8 | 30.04 | 4.99 | - |
| YUV | 114.23 | 64.09 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 1 | 0.74 | 0 | 0.99 | 0.33 | 104.91 | 0.99 | 0.34 |
| Hex | 2C | AC | 1 | 4A | 0 | 63 | 21 | 69 | 63 | 22 |
| Octal | 54 | 254 | 1 | 112 | 0 | 143 | 41 | 151 | 143 | 42 |
| Binary | 101100 | 10101100 | 1 | 1001010 | 0 | 1100011 | 100001 | 1101001 | 1100011 | 100010 |
Color Harmonies of #2CAC01
Complementary color
Monochromatic Colors of #2CAC01
Black with #2CAC01
Text Example
Text Example
White with #2CAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC01; }
p { color: rgb(44,172,1); }
H1.HeaderClassName
{
color: #2CAC01;
}
.AnyTagClassName
{
color: #2CAC01;
}
</style>
background-color css
<style>
a { background-color: #2CAC01; }
a { background-color: rgb(44,172,1); }
div.DivClassName
{
background-color: #2CAC01;
}
.BgClassName
{
background-color: #2CAC01;
}
</style>
border-color css
<style>
span { border-color: #2CAC01; }
span { border-color: rgb(44,172,1); }
td.TdClassName
{
border-color: #2CAC01;
}
.TagClassName
{
border-color: #2CAC01;
}
</style>