Shades of Kelly Green #2DAB15
Tints of Kelly Green #2DAB15
RGB
CMYK
RGB Variations
Color information
#2DAB15 (or 0x2DAB15) is known color: Kelly Green. HEX triplet: 2D, AB and 15. RGB value is (45,171,21). Sum of RGB (Red+Green+Blue) = 45+171+21=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 171 (67.19% from 255 or 72.15% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAB15 is #D254EA. Grayscale: #747474. Windows color (decimal): -13784299 or 1420077. OLE color: 1420077.
HSL color Cylindrical-coordinate representation of color #2DAB15: hue angle of 110.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DAB15 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 21 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.33 |
| HSL | 110.4º | 0.78% | 0.38% | - |
| HSV(B) | 110.4º | 0.88% | 0.67% | - |
| XYZ | 15.78 | 29.74 | 5.62 | - |
| YUV | 116.23 | 74.26 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 21 | 0.74 | 0 | 0.88 | 0.33 | 110.4 | 0.78 | 0.38 |
| Hex | 2D | AB | 15 | 4A | 0 | 58 | 21 | 6E | 4E | 26 |
| Octal | 55 | 253 | 25 | 112 | 0 | 130 | 41 | 156 | 116 | 46 |
| Binary | 101101 | 10101011 | 10101 | 1001010 | 0 | 1011000 | 100001 | 1101110 | 1001110 | 100110 |
Color Harmonies of #2DAB15
Complementary color
Monochromatic Colors of #2DAB15
Black with #2DAB15
Text Example
Text Example
White with #2DAB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB15; }
p { color: rgb(45,171,21); }
H1.HeaderClassName
{
color: #2DAB15;
}
.AnyTagClassName
{
color: #2DAB15;
}
</style>
background-color css
<style>
a { background-color: #2DAB15; }
a { background-color: rgb(45,171,21); }
div.DivClassName
{
background-color: #2DAB15;
}
.BgClassName
{
background-color: #2DAB15;
}
</style>
border-color css
<style>
span { border-color: #2DAB15; }
span { border-color: rgb(45,171,21); }
td.TdClassName
{
border-color: #2DAB15;
}
.TagClassName
{
border-color: #2DAB15;
}
</style>