Shades of Kelly Green #2DB014
Tints of Kelly Green #2DB014
RGB
CMYK
RGB Variations
Color information
#2DB014 (or 0x2DB014) is known color: Kelly Green. HEX triplet: 2D, B0 and 14. RGB value is (45,176,20). Sum of RGB (Red+Green+Blue) = 45+176+20=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 176 (69.14% from 255 or 73.03% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB014 is #D24FEB. Grayscale: #777777. Windows color (decimal): -13783020 or 1355821. OLE color: 1355821.
HSL color Cylindrical-coordinate representation of color #2DB014: hue angle of 110.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DB014 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 176 | 20 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.31 |
| HSL | 110.38º | 0.8% | 0.38% | - |
| HSV(B) | 110.38º | 0.89% | 0.69% | - |
| XYZ | 16.73 | 31.66 | 5.89 | - |
| YUV | 119.05 | 72.1 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 176 | 20 | 0.74 | 0 | 0.89 | 0.31 | 110.38 | 0.8 | 0.38 |
| Hex | 2D | B0 | 14 | 4A | 0 | 59 | 1F | 6E | 50 | 26 |
| Octal | 55 | 260 | 24 | 112 | 0 | 131 | 37 | 156 | 120 | 46 |
| Binary | 101101 | 10110000 | 10100 | 1001010 | 0 | 1011001 | 11111 | 1101110 | 1010000 | 100110 |
Color Harmonies of #2DB014
Complementary color
Monochromatic Colors of #2DB014
Black with #2DB014
Text Example
Text Example
White with #2DB014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB014; }
p { color: rgb(45,176,20); }
H1.HeaderClassName
{
color: #2DB014;
}
.AnyTagClassName
{
color: #2DB014;
}
</style>
background-color css
<style>
a { background-color: #2DB014; }
a { background-color: rgb(45,176,20); }
div.DivClassName
{
background-color: #2DB014;
}
.BgClassName
{
background-color: #2DB014;
}
</style>
border-color css
<style>
span { border-color: #2DB014; }
span { border-color: rgb(45,176,20); }
td.TdClassName
{
border-color: #2DB014;
}
.TagClassName
{
border-color: #2DB014;
}
</style>