Shades of Kelly Green #2DBA0E
Tints of Kelly Green #2DBA0E
RGB
CMYK
RGB Variations
Color information
#2DBA0E (or 0x2DBA0E) is known color: Kelly Green. HEX triplet: 2D, BA and 0E. RGB value is (45,186,14). Sum of RGB (Red+Green+Blue) = 45+186+14=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBA0E is #D245F1. Grayscale: #7C7C7C. Windows color (decimal): -13780466 or 965165. OLE color: 965165.
HSL color Cylindrical-coordinate representation of color #2DBA0E: hue angle of 109.19º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DBA0E is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 14 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.27 |
| HSL | 109.19º | 0.86% | 0.39% | - |
| HSV(B) | 109.19º | 0.92% | 0.73% | - |
| XYZ | 18.72 | 35.71 | 6.32 | - |
| YUV | 124.23 | 65.79 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 14 | 0.76 | 0 | 0.92 | 0.27 | 109.19 | 0.86 | 0.39 |
| Hex | 2D | BA | E | 4C | 0 | 5C | 1B | 6D | 56 | 27 |
| Octal | 55 | 272 | 16 | 114 | 0 | 134 | 33 | 155 | 126 | 47 |
| Binary | 101101 | 10111010 | 1110 | 1001100 | 0 | 1011100 | 11011 | 1101101 | 1010110 | 100111 |
Color Harmonies of #2DBA0E
Complementary color
Monochromatic Colors of #2DBA0E
Black with #2DBA0E
Text Example
Text Example
White with #2DBA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA0E; }
p { color: rgb(45,186,14); }
H1.HeaderClassName
{
color: #2DBA0E;
}
.AnyTagClassName
{
color: #2DBA0E;
}
</style>
background-color css
<style>
a { background-color: #2DBA0E; }
a { background-color: rgb(45,186,14); }
div.DivClassName
{
background-color: #2DBA0E;
}
.BgClassName
{
background-color: #2DBA0E;
}
</style>
border-color css
<style>
span { border-color: #2DBA0E; }
span { border-color: rgb(45,186,14); }
td.TdClassName
{
border-color: #2DBA0E;
}
.TagClassName
{
border-color: #2DBA0E;
}
</style>