Shades of Kelly Green #2DBD0E
Tints of Kelly Green #2DBD0E
RGB
CMYK
RGB Variations
Color information
#2DBD0E (or 0x2DBD0E) is known color: Kelly Green. HEX triplet: 2D, BD and 0E. RGB value is (45,189,14). Sum of RGB (Red+Green+Blue) = 45+189+14=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 189 (74.22% from 255 or 76.21% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBD0E is #D242F1. Grayscale: #7E7E7E. Windows color (decimal): -13779698 or 965933. OLE color: 965933.
HSL color Cylindrical-coordinate representation of color #2DBD0E: hue angle of 109.37º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DBD0E is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 14 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.26 |
| HSL | 109.37º | 0.86% | 0.4% | - |
| HSV(B) | 109.37º | 0.93% | 0.74% | - |
| XYZ | 19.36 | 36.98 | 6.53 | - |
| YUV | 125.99 | 64.79 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 14 | 0.76 | 0 | 0.93 | 0.26 | 109.37 | 0.86 | 0.4 |
| Hex | 2D | BD | E | 4C | 0 | 5D | 1A | 6D | 56 | 28 |
| Octal | 55 | 275 | 16 | 114 | 0 | 135 | 32 | 155 | 126 | 50 |
| Binary | 101101 | 10111101 | 1110 | 1001100 | 0 | 1011101 | 11010 | 1101101 | 1010110 | 101000 |
Color Harmonies of #2DBD0E
Complementary color
Monochromatic Colors of #2DBD0E
Black with #2DBD0E
Text Example
Text Example
White with #2DBD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD0E; }
p { color: rgb(45,189,14); }
H1.HeaderClassName
{
color: #2DBD0E;
}
.AnyTagClassName
{
color: #2DBD0E;
}
</style>
background-color css
<style>
a { background-color: #2DBD0E; }
a { background-color: rgb(45,189,14); }
div.DivClassName
{
background-color: #2DBD0E;
}
.BgClassName
{
background-color: #2DBD0E;
}
</style>
border-color css
<style>
span { border-color: #2DBD0E; }
span { border-color: rgb(45,189,14); }
td.TdClassName
{
border-color: #2DBD0E;
}
.TagClassName
{
border-color: #2DBD0E;
}
</style>