Shades of Kelly Green #2DB10E
Tints of Kelly Green #2DB10E
RGB
CMYK
RGB Variations
Color information
#2DB10E (or 0x2DB10E) is known color: Kelly Green. HEX triplet: 2D, B1 and 0E. RGB value is (45,177,14). Sum of RGB (Red+Green+Blue) = 45+177+14=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 177 (69.53% from 255 or 75% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB10E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB10E is #D24EF1. Grayscale: #777777. Windows color (decimal): -13782770 or 962861. OLE color: 962861.
HSL color Cylindrical-coordinate representation of color #2DB10E: hue angle of 108.59º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DB10E is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 14 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.31 |
| HSL | 108.59º | 0.85% | 0.37% | - |
| HSV(B) | 108.59º | 0.92% | 0.69% | - |
| XYZ | 16.88 | 32.03 | 5.71 | - |
| YUV | 118.95 | 68.77 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 14 | 0.75 | 0 | 0.92 | 0.31 | 108.59 | 0.85 | 0.37 |
| Hex | 2D | B1 | E | 4B | 0 | 5C | 1F | 6D | 55 | 25 |
| Octal | 55 | 261 | 16 | 113 | 0 | 134 | 37 | 155 | 125 | 45 |
| Binary | 101101 | 10110001 | 1110 | 1001011 | 0 | 1011100 | 11111 | 1101101 | 1010101 | 100101 |
Color Harmonies of #2DB10E
Complementary color
Monochromatic Colors of #2DB10E
Black with #2DB10E
Text Example
Text Example
White with #2DB10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB10E; }
p { color: rgb(45,177,14); }
H1.HeaderClassName
{
color: #2DB10E;
}
.AnyTagClassName
{
color: #2DB10E;
}
</style>
background-color css
<style>
a { background-color: #2DB10E; }
a { background-color: rgb(45,177,14); }
div.DivClassName
{
background-color: #2DB10E;
}
.BgClassName
{
background-color: #2DB10E;
}
</style>
border-color css
<style>
span { border-color: #2DB10E; }
span { border-color: rgb(45,177,14); }
td.TdClassName
{
border-color: #2DB10E;
}
.TagClassName
{
border-color: #2DB10E;
}
</style>