Shades of Kelly Green #2DB916
Tints of Kelly Green #2DB916
RGB
CMYK
RGB Variations
Color information
#2DB916 (or 0x2DB916) is known color: Kelly Green. HEX triplet: 2D, B9 and 16. RGB value is (45,185,22). Sum of RGB (Red+Green+Blue) = 45+185+22=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 185 (72.66% from 255 or 73.41% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB916 is #D246E9. Grayscale: #7D7D7D. Windows color (decimal): -13780714 or 1489197. OLE color: 1489197.
HSL color Cylindrical-coordinate representation of color #2DB916: hue angle of 111.53º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DB916 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 185 | 22 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.27 |
| HSL | 111.53º | 0.79% | 0.41% | - |
| HSV(B) | 111.53º | 0.88% | 0.73% | - |
| XYZ | 18.58 | 35.31 | 6.6 | - |
| YUV | 124.56 | 70.12 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 22 | 0.76 | 0 | 0.88 | 0.27 | 111.53 | 0.79 | 0.41 |
| Hex | 2D | B9 | 16 | 4C | 0 | 58 | 1B | 70 | 4F | 29 |
| Octal | 55 | 271 | 26 | 114 | 0 | 130 | 33 | 160 | 117 | 51 |
| Binary | 101101 | 10111001 | 10110 | 1001100 | 0 | 1011000 | 11011 | 1110000 | 1001111 | 101001 |
Color Harmonies of #2DB916
Complementary color
Monochromatic Colors of #2DB916
Black with #2DB916
Text Example
Text Example
White with #2DB916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB916; }
p { color: rgb(45,185,22); }
H1.HeaderClassName
{
color: #2DB916;
}
.AnyTagClassName
{
color: #2DB916;
}
</style>
background-color css
<style>
a { background-color: #2DB916; }
a { background-color: rgb(45,185,22); }
div.DivClassName
{
background-color: #2DB916;
}
.BgClassName
{
background-color: #2DB916;
}
</style>
border-color css
<style>
span { border-color: #2DB916; }
span { border-color: rgb(45,185,22); }
td.TdClassName
{
border-color: #2DB916;
}
.TagClassName
{
border-color: #2DB916;
}
</style>