Shades of Kelly Green #2DAF0E
Tints of Kelly Green #2DAF0E
RGB
CMYK
RGB Variations
Color information
#2DAF0E (or 0x2DAF0E) is known color: Kelly Green. HEX triplet: 2D, AF and 0E. RGB value is (45,175,14). Sum of RGB (Red+Green+Blue) = 45+175+14=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 175 (68.75% from 255 or 74.79% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAF0E is #D250F1. Grayscale: #767676. Windows color (decimal): -13783282 or 962349. OLE color: 962349.
HSL color Cylindrical-coordinate representation of color #2DAF0E: hue angle of 108.45º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DAF0E is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 14 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.31 |
| HSL | 108.45º | 0.85% | 0.37% | - |
| HSV(B) | 108.45º | 0.92% | 0.69% | - |
| XYZ | 16.49 | 31.25 | 5.58 | - |
| YUV | 117.78 | 69.43 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 14 | 0.74 | 0 | 0.92 | 0.31 | 108.45 | 0.85 | 0.37 |
| Hex | 2D | AF | E | 4A | 0 | 5C | 1F | 6C | 55 | 25 |
| Octal | 55 | 257 | 16 | 112 | 0 | 134 | 37 | 154 | 125 | 45 |
| Binary | 101101 | 10101111 | 1110 | 1001010 | 0 | 1011100 | 11111 | 1101100 | 1010101 | 100101 |
Color Harmonies of #2DAF0E
Complementary color
Monochromatic Colors of #2DAF0E
Black with #2DAF0E
Text Example
Text Example
White with #2DAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF0E; }
p { color: rgb(45,175,14); }
H1.HeaderClassName
{
color: #2DAF0E;
}
.AnyTagClassName
{
color: #2DAF0E;
}
</style>
background-color css
<style>
a { background-color: #2DAF0E; }
a { background-color: rgb(45,175,14); }
div.DivClassName
{
background-color: #2DAF0E;
}
.BgClassName
{
background-color: #2DAF0E;
}
</style>
border-color css
<style>
span { border-color: #2DAF0E; }
span { border-color: rgb(45,175,14); }
td.TdClassName
{
border-color: #2DAF0E;
}
.TagClassName
{
border-color: #2DAF0E;
}
</style>