Shades of Kelly Green #2DB717
Tints of Kelly Green #2DB717
RGB
CMYK
RGB Variations
Color information
#2DB717 (or 0x2DB717) is known color: Kelly Green. HEX triplet: 2D, B7 and 17. RGB value is (45,183,23). Sum of RGB (Red+Green+Blue) = 45+183+23=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 183 (71.88% from 255 or 72.91% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB717 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB717 is #D248E8. Grayscale: #7C7C7C. Windows color (decimal): -13781225 or 1554221. OLE color: 1554221.
HSL color Cylindrical-coordinate representation of color #2DB717: hue angle of 111.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DB717 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 23 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.28 |
| HSL | 111.75º | 0.78% | 0.4% | - |
| HSV(B) | 111.75º | 0.87% | 0.72% | - |
| XYZ | 18.17 | 34.49 | 6.51 | - |
| YUV | 123.5 | 71.28 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 23 | 0.75 | 0 | 0.87 | 0.28 | 111.75 | 0.78 | 0.4 |
| Hex | 2D | B7 | 17 | 4B | 0 | 57 | 1C | 70 | 4E | 28 |
| Octal | 55 | 267 | 27 | 113 | 0 | 127 | 34 | 160 | 116 | 50 |
| Binary | 101101 | 10110111 | 10111 | 1001011 | 0 | 1010111 | 11100 | 1110000 | 1001110 | 101000 |
Color Harmonies of #2DB717
Complementary color
Monochromatic Colors of #2DB717
Black with #2DB717
Text Example
Text Example
White with #2DB717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB717; }
p { color: rgb(45,183,23); }
H1.HeaderClassName
{
color: #2DB717;
}
.AnyTagClassName
{
color: #2DB717;
}
</style>
background-color css
<style>
a { background-color: #2DB717; }
a { background-color: rgb(45,183,23); }
div.DivClassName
{
background-color: #2DB717;
}
.BgClassName
{
background-color: #2DB717;
}
</style>
border-color css
<style>
span { border-color: #2DB717; }
span { border-color: rgb(45,183,23); }
td.TdClassName
{
border-color: #2DB717;
}
.TagClassName
{
border-color: #2DB717;
}
</style>