Shades of Kelly Green #2DB510
Tints of Kelly Green #2DB510
RGB
CMYK
RGB Variations
Color information
#2DB510 (or 0x2DB510) is known color: Kelly Green. HEX triplet: 2D, B5 and 10. RGB value is (45,181,16). Sum of RGB (Red+Green+Blue) = 45+181+16=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 181 (71.09% from 255 or 74.79% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB510 is #D24AEF. Grayscale: #7A7A7A. Windows color (decimal): -13781744 or 1094957. OLE color: 1094957.
HSL color Cylindrical-coordinate representation of color #2DB510: hue angle of 109.45º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DB510 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 16 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.29 |
| HSL | 109.45º | 0.84% | 0.39% | - |
| HSV(B) | 109.45º | 0.91% | 0.71% | - |
| XYZ | 17.7 | 33.64 | 6.05 | - |
| YUV | 121.53 | 68.44 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 16 | 0.75 | 0 | 0.91 | 0.29 | 109.45 | 0.84 | 0.39 |
| Hex | 2D | B5 | 10 | 4B | 0 | 5B | 1D | 6D | 54 | 27 |
| Octal | 55 | 265 | 20 | 113 | 0 | 133 | 35 | 155 | 124 | 47 |
| Binary | 101101 | 10110101 | 10000 | 1001011 | 0 | 1011011 | 11101 | 1101101 | 1010100 | 100111 |
Color Harmonies of #2DB510
Complementary color
Monochromatic Colors of #2DB510
Black with #2DB510
Text Example
Text Example
White with #2DB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB510; }
p { color: rgb(45,181,16); }
H1.HeaderClassName
{
color: #2DB510;
}
.AnyTagClassName
{
color: #2DB510;
}
</style>
background-color css
<style>
a { background-color: #2DB510; }
a { background-color: rgb(45,181,16); }
div.DivClassName
{
background-color: #2DB510;
}
.BgClassName
{
background-color: #2DB510;
}
</style>
border-color css
<style>
span { border-color: #2DB510; }
span { border-color: rgb(45,181,16); }
td.TdClassName
{
border-color: #2DB510;
}
.TagClassName
{
border-color: #2DB510;
}
</style>