Shades of Kelly Green #2DB110
Tints of Kelly Green #2DB110
RGB
CMYK
RGB Variations
Color information
#2DB110 (or 0x2DB110) is known color: Kelly Green. HEX triplet: 2D, B1 and 10. RGB value is (45,177,16). Sum of RGB (Red+Green+Blue) = 45+177+16=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 177 (69.53% from 255 or 74.37% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB110 is #D24EEF. Grayscale: #777777. Windows color (decimal): -13782768 or 1093933. OLE color: 1093933.
HSL color Cylindrical-coordinate representation of color #2DB110: hue angle of 109.19º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DB110 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 16 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.31 |
| HSL | 109.19º | 0.83% | 0.38% | - |
| HSV(B) | 109.19º | 0.91% | 0.69% | - |
| XYZ | 16.9 | 32.04 | 5.78 | - |
| YUV | 119.18 | 69.77 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 16 | 0.75 | 0 | 0.91 | 0.31 | 109.19 | 0.83 | 0.38 |
| Hex | 2D | B1 | 10 | 4B | 0 | 5B | 1F | 6D | 53 | 26 |
| Octal | 55 | 261 | 20 | 113 | 0 | 133 | 37 | 155 | 123 | 46 |
| Binary | 101101 | 10110001 | 10000 | 1001011 | 0 | 1011011 | 11111 | 1101101 | 1010011 | 100110 |
Color Harmonies of #2DB110
Complementary color
Monochromatic Colors of #2DB110
Black with #2DB110
Text Example
Text Example
White with #2DB110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB110; }
p { color: rgb(45,177,16); }
H1.HeaderClassName
{
color: #2DB110;
}
.AnyTagClassName
{
color: #2DB110;
}
</style>
background-color css
<style>
a { background-color: #2DB110; }
a { background-color: rgb(45,177,16); }
div.DivClassName
{
background-color: #2DB110;
}
.BgClassName
{
background-color: #2DB110;
}
</style>
border-color css
<style>
span { border-color: #2DB110; }
span { border-color: rgb(45,177,16); }
td.TdClassName
{
border-color: #2DB110;
}
.TagClassName
{
border-color: #2DB110;
}
</style>