Shades of Kelly Green #2DAC0E
Tints of Kelly Green #2DAC0E
RGB
CMYK
RGB Variations
Color information
#2DAC0E (or 0x2DAC0E) is known color: Kelly Green. HEX triplet: 2D, AC and 0E. RGB value is (45,172,14). Sum of RGB (Red+Green+Blue) = 45+172+14=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 172 (67.58% from 255 or 74.46% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAC0E is #D253F1. Grayscale: #747474. Windows color (decimal): -13784050 or 961581. OLE color: 961581.
HSL color Cylindrical-coordinate representation of color #2DAC0E: hue angle of 108.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DAC0E is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 14 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.33 |
| HSL | 108.23º | 0.85% | 0.36% | - |
| HSV(B) | 108.23º | 0.92% | 0.67% | - |
| XYZ | 15.91 | 30.09 | 5.39 | - |
| YUV | 116.02 | 70.42 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 14 | 0.74 | 0 | 0.92 | 0.33 | 108.23 | 0.85 | 0.36 |
| Hex | 2D | AC | E | 4A | 0 | 5C | 21 | 6C | 55 | 24 |
| Octal | 55 | 254 | 16 | 112 | 0 | 134 | 41 | 154 | 125 | 44 |
| Binary | 101101 | 10101100 | 1110 | 1001010 | 0 | 1011100 | 100001 | 1101100 | 1010101 | 100100 |
Color Harmonies of #2DAC0E
Complementary color
Monochromatic Colors of #2DAC0E
Black with #2DAC0E
Text Example
Text Example
White with #2DAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC0E; }
p { color: rgb(45,172,14); }
H1.HeaderClassName
{
color: #2DAC0E;
}
.AnyTagClassName
{
color: #2DAC0E;
}
</style>
background-color css
<style>
a { background-color: #2DAC0E; }
a { background-color: rgb(45,172,14); }
div.DivClassName
{
background-color: #2DAC0E;
}
.BgClassName
{
background-color: #2DAC0E;
}
</style>
border-color css
<style>
span { border-color: #2DAC0E; }
span { border-color: rgb(45,172,14); }
td.TdClassName
{
border-color: #2DAC0E;
}
.TagClassName
{
border-color: #2DAC0E;
}
</style>