Shades of Kelly Green #2DA80E
Tints of Kelly Green #2DA80E
RGB
CMYK
RGB Variations
Color information
#2DA80E (or 0x2DA80E) is known color: Kelly Green. HEX triplet: 2D, A8 and 0E. RGB value is (45,168,14). Sum of RGB (Red+Green+Blue) = 45+168+14=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 168 (66.02% from 255 or 74.01% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 168 - color contains mainly: green. Hex color #2DA80E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA80E is #D257F1. Grayscale: #727272. Windows color (decimal): -13785074 or 960557. OLE color: 960557.
HSL color Cylindrical-coordinate representation of color #2DA80E: hue angle of 107.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DA80E is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 168 | 14 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.34 |
| HSL | 107.92º | 0.85% | 0.36% | - |
| HSV(B) | 107.92º | 0.92% | 0.66% | - |
| XYZ | 15.16 | 28.59 | 5.14 | - |
| YUV | 113.67 | 71.75 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 168 | 14 | 0.73 | 0 | 0.92 | 0.34 | 107.92 | 0.85 | 0.36 |
| Hex | 2D | A8 | E | 49 | 0 | 5C | 22 | 6C | 55 | 24 |
| Octal | 55 | 250 | 16 | 111 | 0 | 134 | 42 | 154 | 125 | 44 |
| Binary | 101101 | 10101000 | 1110 | 1001001 | 0 | 1011100 | 100010 | 1101100 | 1010101 | 100100 |
Color Harmonies of #2DA80E
Complementary color
Monochromatic Colors of #2DA80E
Black with #2DA80E
Text Example
Text Example
White with #2DA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA80E; }
p { color: rgb(45,168,14); }
H1.HeaderClassName
{
color: #2DA80E;
}
.AnyTagClassName
{
color: #2DA80E;
}
</style>
background-color css
<style>
a { background-color: #2DA80E; }
a { background-color: rgb(45,168,14); }
div.DivClassName
{
background-color: #2DA80E;
}
.BgClassName
{
background-color: #2DA80E;
}
</style>
border-color css
<style>
span { border-color: #2DA80E; }
span { border-color: rgb(45,168,14); }
td.TdClassName
{
border-color: #2DA80E;
}
.TagClassName
{
border-color: #2DA80E;
}
</style>