Shades of Kelly Green #2DB115
Tints of Kelly Green #2DB115
RGB
CMYK
RGB Variations
Color information
#2DB115 (or 0x2DB115) is known color: Kelly Green. HEX triplet: 2D, B1 and 15. RGB value is (45,177,21). Sum of RGB (Red+Green+Blue) = 45+177+21=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 177 (69.53% from 255 or 72.84% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB115 is #D24EEA. Grayscale: #787878. Windows color (decimal): -13782763 or 1421613. OLE color: 1421613.
HSL color Cylindrical-coordinate representation of color #2DB115: hue angle of 110.77º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DB115 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 21 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.31 |
| HSL | 110.77º | 0.79% | 0.39% | - |
| HSV(B) | 110.77º | 0.88% | 0.69% | - |
| XYZ | 16.94 | 32.06 | 6 | - |
| YUV | 119.75 | 72.27 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 21 | 0.75 | 0 | 0.88 | 0.31 | 110.77 | 0.79 | 0.39 |
| Hex | 2D | B1 | 15 | 4B | 0 | 58 | 1F | 6F | 4F | 27 |
| Octal | 55 | 261 | 25 | 113 | 0 | 130 | 37 | 157 | 117 | 47 |
| Binary | 101101 | 10110001 | 10101 | 1001011 | 0 | 1011000 | 11111 | 1101111 | 1001111 | 100111 |
Color Harmonies of #2DB115
Complementary color
Monochromatic Colors of #2DB115
Black with #2DB115
Text Example
Text Example
White with #2DB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB115; }
p { color: rgb(45,177,21); }
H1.HeaderClassName
{
color: #2DB115;
}
.AnyTagClassName
{
color: #2DB115;
}
</style>
background-color css
<style>
a { background-color: #2DB115; }
a { background-color: rgb(45,177,21); }
div.DivClassName
{
background-color: #2DB115;
}
.BgClassName
{
background-color: #2DB115;
}
</style>
border-color css
<style>
span { border-color: #2DB115; }
span { border-color: rgb(45,177,21); }
td.TdClassName
{
border-color: #2DB115;
}
.TagClassName
{
border-color: #2DB115;
}
</style>