Shades of Kelly Green #2DB913
Tints of Kelly Green #2DB913
RGB
CMYK
RGB Variations
Color information
#2DB913 (or 0x2DB913) is known color: Kelly Green. HEX triplet: 2D, B9 and 13. RGB value is (45,185,19). Sum of RGB (Red+Green+Blue) = 45+185+19=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 185 (72.66% from 255 or 74.30% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB913 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB913 is #D246EC. Grayscale: #7C7C7C. Windows color (decimal): -13780717 or 1292589. OLE color: 1292589.
HSL color Cylindrical-coordinate representation of color #2DB913: hue angle of 110.6º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DB913 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 185 | 19 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.27 |
| HSL | 110.6º | 0.81% | 0.4% | - |
| HSV(B) | 110.6º | 0.9% | 0.73% | - |
| XYZ | 18.55 | 35.3 | 6.45 | - |
| YUV | 124.22 | 68.62 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 19 | 0.76 | 0 | 0.90 | 0.27 | 110.6 | 0.81 | 0.4 |
| Hex | 2D | B9 | 13 | 4C | 0 | 5A | 1B | 6F | 51 | 28 |
| Octal | 55 | 271 | 23 | 114 | 0 | 132 | 33 | 157 | 121 | 50 |
| Binary | 101101 | 10111001 | 10011 | 1001100 | 0 | 1011010 | 11011 | 1101111 | 1010001 | 101000 |
Color Harmonies of #2DB913
Complementary color
Monochromatic Colors of #2DB913
Black with #2DB913
Text Example
Text Example
White with #2DB913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB913; }
p { color: rgb(45,185,19); }
H1.HeaderClassName
{
color: #2DB913;
}
.AnyTagClassName
{
color: #2DB913;
}
</style>
background-color css
<style>
a { background-color: #2DB913; }
a { background-color: rgb(45,185,19); }
div.DivClassName
{
background-color: #2DB913;
}
.BgClassName
{
background-color: #2DB913;
}
</style>
border-color css
<style>
span { border-color: #2DB913; }
span { border-color: rgb(45,185,19); }
td.TdClassName
{
border-color: #2DB913;
}
.TagClassName
{
border-color: #2DB913;
}
</style>