Shades of Kelly Green #2DBA10
Tints of Kelly Green #2DBA10
RGB
CMYK
RGB Variations
Color information
#2DBA10 (or 0x2DBA10) is known color: Kelly Green. HEX triplet: 2D, BA and 10. RGB value is (45,186,16). Sum of RGB (Red+Green+Blue) = 45+186+16=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 186 (73.05% from 255 or 75.30% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBA10 is #D245EF. Grayscale: #7D7D7D. Windows color (decimal): -13780464 or 1096237. OLE color: 1096237.
HSL color Cylindrical-coordinate representation of color #2DBA10: hue angle of 109.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DBA10 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 16 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.27 |
| HSL | 109.76º | 0.84% | 0.4% | - |
| HSV(B) | 109.76º | 0.91% | 0.73% | - |
| XYZ | 18.73 | 35.71 | 6.4 | - |
| YUV | 124.46 | 66.79 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 16 | 0.76 | 0 | 0.91 | 0.27 | 109.76 | 0.84 | 0.4 |
| Hex | 2D | BA | 10 | 4C | 0 | 5B | 1B | 6E | 54 | 28 |
| Octal | 55 | 272 | 20 | 114 | 0 | 133 | 33 | 156 | 124 | 50 |
| Binary | 101101 | 10111010 | 10000 | 1001100 | 0 | 1011011 | 11011 | 1101110 | 1010100 | 101000 |
Color Harmonies of #2DBA10
Complementary color
Monochromatic Colors of #2DBA10
Black with #2DBA10
Text Example
Text Example
White with #2DBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA10; }
p { color: rgb(45,186,16); }
H1.HeaderClassName
{
color: #2DBA10;
}
.AnyTagClassName
{
color: #2DBA10;
}
</style>
background-color css
<style>
a { background-color: #2DBA10; }
a { background-color: rgb(45,186,16); }
div.DivClassName
{
background-color: #2DBA10;
}
.BgClassName
{
background-color: #2DBA10;
}
</style>
border-color css
<style>
span { border-color: #2DBA10; }
span { border-color: rgb(45,186,16); }
td.TdClassName
{
border-color: #2DBA10;
}
.TagClassName
{
border-color: #2DBA10;
}
</style>