Shades of Kelly Green #2DB013
Tints of Kelly Green #2DB013
RGB
CMYK
RGB Variations
Color information
#2DB013 (or 0x2DB013) is known color: Kelly Green. HEX triplet: 2D, B0 and 13. RGB value is (45,176,19). Sum of RGB (Red+Green+Blue) = 45+176+19=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 176 (69.14% from 255 or 73.33% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB013 is #D24FEC. Grayscale: #777777. Windows color (decimal): -13783021 or 1290285. OLE color: 1290285.
HSL color Cylindrical-coordinate representation of color #2DB013: hue angle of 110.06º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DB013 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 176 | 19 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.31 |
| HSL | 110.06º | 0.81% | 0.38% | - |
| HSV(B) | 110.06º | 0.89% | 0.69% | - |
| XYZ | 16.73 | 31.66 | 5.84 | - |
| YUV | 118.93 | 71.6 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 176 | 19 | 0.74 | 0 | 0.89 | 0.31 | 110.06 | 0.81 | 0.38 |
| Hex | 2D | B0 | 13 | 4A | 0 | 59 | 1F | 6E | 51 | 26 |
| Octal | 55 | 260 | 23 | 112 | 0 | 131 | 37 | 156 | 121 | 46 |
| Binary | 101101 | 10110000 | 10011 | 1001010 | 0 | 1011001 | 11111 | 1101110 | 1010001 | 100110 |
Color Harmonies of #2DB013
Complementary color
Monochromatic Colors of #2DB013
Black with #2DB013
Text Example
Text Example
White with #2DB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB013; }
p { color: rgb(45,176,19); }
H1.HeaderClassName
{
color: #2DB013;
}
.AnyTagClassName
{
color: #2DB013;
}
</style>
background-color css
<style>
a { background-color: #2DB013; }
a { background-color: rgb(45,176,19); }
div.DivClassName
{
background-color: #2DB013;
}
.BgClassName
{
background-color: #2DB013;
}
</style>
border-color css
<style>
span { border-color: #2DB013; }
span { border-color: rgb(45,176,19); }
td.TdClassName
{
border-color: #2DB013;
}
.TagClassName
{
border-color: #2DB013;
}
</style>