Shades of Kelly Green #2DBB0E
Tints of Kelly Green #2DBB0E
RGB
CMYK
RGB Variations
Color information
#2DBB0E (or 0x2DBB0E) is known color: Kelly Green. HEX triplet: 2D, BB and 0E. RGB value is (45,187,14). Sum of RGB (Red+Green+Blue) = 45+187+14=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 187 (73.44% from 255 or 76.02% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBB0E is #D244F1. Grayscale: #7D7D7D. Windows color (decimal): -13780210 or 965421. OLE color: 965421.
HSL color Cylindrical-coordinate representation of color #2DBB0E: hue angle of 109.25º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DBB0E is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 187 | 14 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.27 |
| HSL | 109.25º | 0.86% | 0.39% | - |
| HSV(B) | 109.25º | 0.93% | 0.73% | - |
| XYZ | 18.93 | 36.13 | 6.39 | - |
| YUV | 124.82 | 65.46 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 14 | 0.76 | 0 | 0.93 | 0.27 | 109.25 | 0.86 | 0.39 |
| Hex | 2D | BB | E | 4C | 0 | 5D | 1B | 6D | 56 | 27 |
| Octal | 55 | 273 | 16 | 114 | 0 | 135 | 33 | 155 | 126 | 47 |
| Binary | 101101 | 10111011 | 1110 | 1001100 | 0 | 1011101 | 11011 | 1101101 | 1010110 | 100111 |
Color Harmonies of #2DBB0E
Complementary color
Monochromatic Colors of #2DBB0E
Black with #2DBB0E
Text Example
Text Example
White with #2DBB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBB0E; }
p { color: rgb(45,187,14); }
H1.HeaderClassName
{
color: #2DBB0E;
}
.AnyTagClassName
{
color: #2DBB0E;
}
</style>
background-color css
<style>
a { background-color: #2DBB0E; }
a { background-color: rgb(45,187,14); }
div.DivClassName
{
background-color: #2DBB0E;
}
.BgClassName
{
background-color: #2DBB0E;
}
</style>
border-color css
<style>
span { border-color: #2DBB0E; }
span { border-color: rgb(45,187,14); }
td.TdClassName
{
border-color: #2DBB0E;
}
.TagClassName
{
border-color: #2DBB0E;
}
</style>