Shades of Kelly Green #2DBD0F
Tints of Kelly Green #2DBD0F
RGB
CMYK
RGB Variations
Color information
#2DBD0F (or 0x2DBD0F) is known color: Kelly Green. HEX triplet: 2D, BD and 0F. RGB value is (45,189,15). Sum of RGB (Red+Green+Blue) = 45+189+15=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 189 (74.22% from 255 or 75.90% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBD0F is #D242F0. Grayscale: #7E7E7E. Windows color (decimal): -13779697 or 1031469. OLE color: 1031469.
HSL color Cylindrical-coordinate representation of color #2DBD0F: hue angle of 109.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DBD0F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 15 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.26 |
| HSL | 109.66º | 0.85% | 0.4% | - |
| HSV(B) | 109.66º | 0.92% | 0.74% | - |
| XYZ | 19.37 | 36.99 | 6.57 | - |
| YUV | 126.11 | 65.29 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 15 | 0.76 | 0 | 0.92 | 0.26 | 109.66 | 0.85 | 0.4 |
| Hex | 2D | BD | F | 4C | 0 | 5C | 1A | 6E | 55 | 28 |
| Octal | 55 | 275 | 17 | 114 | 0 | 134 | 32 | 156 | 125 | 50 |
| Binary | 101101 | 10111101 | 1111 | 1001100 | 0 | 1011100 | 11010 | 1101110 | 1010101 | 101000 |
Color Harmonies of #2DBD0F
Complementary color
Monochromatic Colors of #2DBD0F
Black with #2DBD0F
Text Example
Text Example
White with #2DBD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD0F; }
p { color: rgb(45,189,15); }
H1.HeaderClassName
{
color: #2DBD0F;
}
.AnyTagClassName
{
color: #2DBD0F;
}
</style>
background-color css
<style>
a { background-color: #2DBD0F; }
a { background-color: rgb(45,189,15); }
div.DivClassName
{
background-color: #2DBD0F;
}
.BgClassName
{
background-color: #2DBD0F;
}
</style>
border-color css
<style>
span { border-color: #2DBD0F; }
span { border-color: rgb(45,189,15); }
td.TdClassName
{
border-color: #2DBD0F;
}
.TagClassName
{
border-color: #2DBD0F;
}
</style>