Shades of Kelly Green #2DAD0E
Tints of Kelly Green #2DAD0E
RGB
CMYK
RGB Variations
Color information
#2DAD0E (or 0x2DAD0E) is known color: Kelly Green. HEX triplet: 2D, AD and 0E. RGB value is (45,173,14). Sum of RGB (Red+Green+Blue) = 45+173+14=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAD0E is #D252F1. Grayscale: #757575. Windows color (decimal): -13783794 or 961837. OLE color: 961837.
HSL color Cylindrical-coordinate representation of color #2DAD0E: hue angle of 108.3º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DAD0E is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 173 | 14 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.32 |
| HSL | 108.3º | 0.85% | 0.37% | - |
| HSV(B) | 108.3º | 0.92% | 0.68% | - |
| XYZ | 16.11 | 30.48 | 5.45 | - |
| YUV | 116.6 | 70.09 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 14 | 0.74 | 0 | 0.92 | 0.32 | 108.3 | 0.85 | 0.37 |
| Hex | 2D | AD | E | 4A | 0 | 5C | 20 | 6C | 55 | 25 |
| Octal | 55 | 255 | 16 | 112 | 0 | 134 | 40 | 154 | 125 | 45 |
| Binary | 101101 | 10101101 | 1110 | 1001010 | 0 | 1011100 | 100000 | 1101100 | 1010101 | 100101 |
Color Harmonies of #2DAD0E
Complementary color
Monochromatic Colors of #2DAD0E
Black with #2DAD0E
Text Example
Text Example
White with #2DAD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAD0E; }
p { color: rgb(45,173,14); }
H1.HeaderClassName
{
color: #2DAD0E;
}
.AnyTagClassName
{
color: #2DAD0E;
}
</style>
background-color css
<style>
a { background-color: #2DAD0E; }
a { background-color: rgb(45,173,14); }
div.DivClassName
{
background-color: #2DAD0E;
}
.BgClassName
{
background-color: #2DAD0E;
}
</style>
border-color css
<style>
span { border-color: #2DAD0E; }
span { border-color: rgb(45,173,14); }
td.TdClassName
{
border-color: #2DAD0E;
}
.TagClassName
{
border-color: #2DAD0E;
}
</style>