Shades of Kelly Green #2DB517
Tints of Kelly Green #2DB517
RGB
CMYK
RGB Variations
Color information
#2DB517 (or 0x2DB517) is known color: Kelly Green. HEX triplet: 2D, B5 and 17. RGB value is (45,181,23). Sum of RGB (Red+Green+Blue) = 45+181+23=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 181 (71.09% from 255 or 72.69% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB517 is #D24AE8. Grayscale: #7A7A7A. Windows color (decimal): -13781737 or 1553709. OLE color: 1553709.
HSL color Cylindrical-coordinate representation of color #2DB517: hue angle of 111.65º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DB517 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 23 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.29 |
| HSL | 111.65º | 0.77% | 0.4% | - |
| HSV(B) | 111.65º | 0.87% | 0.71% | - |
| XYZ | 17.76 | 33.67 | 6.37 | - |
| YUV | 122.32 | 71.94 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 23 | 0.75 | 0 | 0.87 | 0.29 | 111.65 | 0.77 | 0.4 |
| Hex | 2D | B5 | 17 | 4B | 0 | 57 | 1D | 70 | 4D | 28 |
| Octal | 55 | 265 | 27 | 113 | 0 | 127 | 35 | 160 | 115 | 50 |
| Binary | 101101 | 10110101 | 10111 | 1001011 | 0 | 1010111 | 11101 | 1110000 | 1001101 | 101000 |
Color Harmonies of #2DB517
Complementary color
Monochromatic Colors of #2DB517
Black with #2DB517
Text Example
Text Example
White with #2DB517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB517; }
p { color: rgb(45,181,23); }
H1.HeaderClassName
{
color: #2DB517;
}
.AnyTagClassName
{
color: #2DB517;
}
</style>
background-color css
<style>
a { background-color: #2DB517; }
a { background-color: rgb(45,181,23); }
div.DivClassName
{
background-color: #2DB517;
}
.BgClassName
{
background-color: #2DB517;
}
</style>
border-color css
<style>
span { border-color: #2DB517; }
span { border-color: rgb(45,181,23); }
td.TdClassName
{
border-color: #2DB517;
}
.TagClassName
{
border-color: #2DB517;
}
</style>