Shades of Kelly Green #2DB817
Tints of Kelly Green #2DB817
RGB
CMYK
RGB Variations
Color information
#2DB817 (or 0x2DB817) is known color: Kelly Green. HEX triplet: 2D, B8 and 17. RGB value is (45,184,23). Sum of RGB (Red+Green+Blue) = 45+184+23=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 184 (72.27% from 255 or 73.02% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB817 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB817 is #D247E8. Grayscale: #7C7C7C. Windows color (decimal): -13780969 or 1554477. OLE color: 1554477.
HSL color Cylindrical-coordinate representation of color #2DB817: hue angle of 111.8º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DB817 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 184 | 23 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.28 |
| HSL | 111.8º | 0.78% | 0.41% | - |
| HSV(B) | 111.8º | 0.88% | 0.72% | - |
| XYZ | 18.38 | 34.9 | 6.58 | - |
| YUV | 124.09 | 70.95 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 23 | 0.76 | 0 | 0.88 | 0.28 | 111.8 | 0.78 | 0.41 |
| Hex | 2D | B8 | 17 | 4C | 0 | 58 | 1C | 70 | 4E | 29 |
| Octal | 55 | 270 | 27 | 114 | 0 | 130 | 34 | 160 | 116 | 51 |
| Binary | 101101 | 10111000 | 10111 | 1001100 | 0 | 1011000 | 11100 | 1110000 | 1001110 | 101001 |
Color Harmonies of #2DB817
Complementary color
Monochromatic Colors of #2DB817
Black with #2DB817
Text Example
Text Example
White with #2DB817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB817; }
p { color: rgb(45,184,23); }
H1.HeaderClassName
{
color: #2DB817;
}
.AnyTagClassName
{
color: #2DB817;
}
</style>
background-color css
<style>
a { background-color: #2DB817; }
a { background-color: rgb(45,184,23); }
div.DivClassName
{
background-color: #2DB817;
}
.BgClassName
{
background-color: #2DB817;
}
</style>
border-color css
<style>
span { border-color: #2DB817; }
span { border-color: rgb(45,184,23); }
td.TdClassName
{
border-color: #2DB817;
}
.TagClassName
{
border-color: #2DB817;
}
</style>