Shades of Kelly Green #2DAC14
Tints of Kelly Green #2DAC14
RGB
CMYK
RGB Variations
Color information
#2DAC14 (or 0x2DAC14) is known color: Kelly Green. HEX triplet: 2D, AC and 14. RGB value is (45,172,20). Sum of RGB (Red+Green+Blue) = 45+172+20=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 172 (67.58% from 255 or 72.57% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAC14 is #D253EB. Grayscale: #757575. Windows color (decimal): -13784044 or 1354797. OLE color: 1354797.
HSL color Cylindrical-coordinate representation of color #2DAC14: hue angle of 110.13º 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 #2DAC14 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 20 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.33 |
| HSL | 110.13º | 0.79% | 0.38% | - |
| HSV(B) | 110.13º | 0.88% | 0.67% | - |
| XYZ | 15.96 | 30.11 | 5.63 | - |
| YUV | 116.7 | 73.42 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 20 | 0.74 | 0 | 0.88 | 0.33 | 110.13 | 0.79 | 0.38 |
| Hex | 2D | AC | 14 | 4A | 0 | 58 | 21 | 6E | 4F | 26 |
| Octal | 55 | 254 | 24 | 112 | 0 | 130 | 41 | 156 | 117 | 46 |
| Binary | 101101 | 10101100 | 10100 | 1001010 | 0 | 1011000 | 100001 | 1101110 | 1001111 | 100110 |
Color Harmonies of #2DAC14
Complementary color
Monochromatic Colors of #2DAC14
Black with #2DAC14
Text Example
Text Example
White with #2DAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC14; }
p { color: rgb(45,172,20); }
H1.HeaderClassName
{
color: #2DAC14;
}
.AnyTagClassName
{
color: #2DAC14;
}
</style>
background-color css
<style>
a { background-color: #2DAC14; }
a { background-color: rgb(45,172,20); }
div.DivClassName
{
background-color: #2DAC14;
}
.BgClassName
{
background-color: #2DAC14;
}
</style>
border-color css
<style>
span { border-color: #2DAC14; }
span { border-color: rgb(45,172,20); }
td.TdClassName
{
border-color: #2DAC14;
}
.TagClassName
{
border-color: #2DAC14;
}
</style>