Shades of Kelly Green #2DAC15
Tints of Kelly Green #2DAC15
RGB
CMYK
RGB Variations
Color information
#2DAC15 (or 0x2DAC15) is known color: Kelly Green. HEX triplet: 2D, AC and 15. RGB value is (45,172,21). Sum of RGB (Red+Green+Blue) = 45+172+21=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 172 (67.58% from 255 or 72.27% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAC15 is #D253EA. Grayscale: #757575. Windows color (decimal): -13784043 or 1420333. OLE color: 1420333.
HSL color Cylindrical-coordinate representation of color #2DAC15: hue angle of 110.46º 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 #2DAC15 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 21 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.33 |
| HSL | 110.46º | 0.78% | 0.38% | - |
| HSV(B) | 110.46º | 0.88% | 0.67% | - |
| XYZ | 15.97 | 30.12 | 5.68 | - |
| YUV | 116.81 | 73.92 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 21 | 0.74 | 0 | 0.88 | 0.33 | 110.46 | 0.78 | 0.38 |
| Hex | 2D | AC | 15 | 4A | 0 | 58 | 21 | 6E | 4E | 26 |
| Octal | 55 | 254 | 25 | 112 | 0 | 130 | 41 | 156 | 116 | 46 |
| Binary | 101101 | 10101100 | 10101 | 1001010 | 0 | 1011000 | 100001 | 1101110 | 1001110 | 100110 |
Color Harmonies of #2DAC15
Complementary color
Monochromatic Colors of #2DAC15
Black with #2DAC15
Text Example
Text Example
White with #2DAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC15; }
p { color: rgb(45,172,21); }
H1.HeaderClassName
{
color: #2DAC15;
}
.AnyTagClassName
{
color: #2DAC15;
}
</style>
background-color css
<style>
a { background-color: #2DAC15; }
a { background-color: rgb(45,172,21); }
div.DivClassName
{
background-color: #2DAC15;
}
.BgClassName
{
background-color: #2DAC15;
}
</style>
border-color css
<style>
span { border-color: #2DAC15; }
span { border-color: rgb(45,172,21); }
td.TdClassName
{
border-color: #2DAC15;
}
.TagClassName
{
border-color: #2DAC15;
}
</style>