Shades of Kelly Green #2DAB13
Tints of Kelly Green #2DAB13
RGB
CMYK
RGB Variations
Color information
#2DAB13 (or 0x2DAB13) is known color: Kelly Green. HEX triplet: 2D, AB and 13. RGB value is (45,171,19). Sum of RGB (Red+Green+Blue) = 45+171+19=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 171 (67.19% from 255 or 72.77% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAB13 is #D254EC. Grayscale: #747474. Windows color (decimal): -13784301 or 1289005. OLE color: 1289005.
HSL color Cylindrical-coordinate representation of color #2DAB13: hue angle of 109.74º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DAB13 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 19 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.33 |
| HSL | 109.74º | 0.8% | 0.37% | - |
| HSV(B) | 109.74º | 0.89% | 0.67% | - |
| XYZ | 15.76 | 29.73 | 5.52 | - |
| YUV | 116 | 73.26 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 19 | 0.74 | 0 | 0.89 | 0.33 | 109.74 | 0.8 | 0.37 |
| Hex | 2D | AB | 13 | 4A | 0 | 59 | 21 | 6E | 50 | 25 |
| Octal | 55 | 253 | 23 | 112 | 0 | 131 | 41 | 156 | 120 | 45 |
| Binary | 101101 | 10101011 | 10011 | 1001010 | 0 | 1011001 | 100001 | 1101110 | 1010000 | 100101 |
Color Harmonies of #2DAB13
Complementary color
Monochromatic Colors of #2DAB13
Black with #2DAB13
Text Example
Text Example
White with #2DAB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB13; }
p { color: rgb(45,171,19); }
H1.HeaderClassName
{
color: #2DAB13;
}
.AnyTagClassName
{
color: #2DAB13;
}
</style>
background-color css
<style>
a { background-color: #2DAB13; }
a { background-color: rgb(45,171,19); }
div.DivClassName
{
background-color: #2DAB13;
}
.BgClassName
{
background-color: #2DAB13;
}
</style>
border-color css
<style>
span { border-color: #2DAB13; }
span { border-color: rgb(45,171,19); }
td.TdClassName
{
border-color: #2DAB13;
}
.TagClassName
{
border-color: #2DAB13;
}
</style>