Shades of Kelly Green #2CAC0B
Tints of Kelly Green #2CAC0B
RGB
CMYK
RGB Variations
Color information
#2CAC0B (or 0x2CAC0B) is known color: Kelly Green. HEX triplet: 2C, AC and 0B. RGB value is (44,172,11). Sum of RGB (Red+Green+Blue) = 44+172+11=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 172 (67.58% from 255 or 75.77% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAC0B is #D353F4. Grayscale: #737373. Windows color (decimal): -13849589 or 764972. OLE color: 764972.
HSL color Cylindrical-coordinate representation of color #2CAC0B: hue angle of 107.7º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2CAC0B is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 11 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.33 |
| HSL | 107.7º | 0.88% | 0.36% | - |
| HSV(B) | 107.7º | 0.94% | 0.67% | - |
| XYZ | 15.85 | 30.06 | 5.28 | - |
| YUV | 115.37 | 69.09 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 11 | 0.74 | 0 | 0.94 | 0.33 | 107.7 | 0.88 | 0.36 |
| Hex | 2C | AC | B | 4A | 0 | 5E | 21 | 6C | 58 | 24 |
| Octal | 54 | 254 | 13 | 112 | 0 | 136 | 41 | 154 | 130 | 44 |
| Binary | 101100 | 10101100 | 1011 | 1001010 | 0 | 1011110 | 100001 | 1101100 | 1011000 | 100100 |
Color Harmonies of #2CAC0B
Complementary color
Monochromatic Colors of #2CAC0B
Black with #2CAC0B
Text Example
Text Example
White with #2CAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC0B; }
p { color: rgb(44,172,11); }
H1.HeaderClassName
{
color: #2CAC0B;
}
.AnyTagClassName
{
color: #2CAC0B;
}
</style>
background-color css
<style>
a { background-color: #2CAC0B; }
a { background-color: rgb(44,172,11); }
div.DivClassName
{
background-color: #2CAC0B;
}
.BgClassName
{
background-color: #2CAC0B;
}
</style>
border-color css
<style>
span { border-color: #2CAC0B; }
span { border-color: rgb(44,172,11); }
td.TdClassName
{
border-color: #2CAC0B;
}
.TagClassName
{
border-color: #2CAC0B;
}
</style>