Shades of Kelly Green #2DBC15
Tints of Kelly Green #2DBC15
RGB
CMYK
RGB Variations
Color information
#2DBC15 (or 0x2DBC15) is known color: Kelly Green. HEX triplet: 2D, BC and 15. RGB value is (45,188,21). Sum of RGB (Red+Green+Blue) = 45+188+21=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBC15 is #D243EA. Grayscale: #7E7E7E. Windows color (decimal): -13779947 or 1424429. OLE color: 1424429.
HSL color Cylindrical-coordinate representation of color #2DBC15: hue angle of 111.38º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DBC15 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 21 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.26 |
| HSL | 111.38º | 0.8% | 0.41% | - |
| HSV(B) | 111.38º | 0.89% | 0.74% | - |
| XYZ | 19.2 | 36.58 | 6.76 | - |
| YUV | 126.21 | 68.62 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 21 | 0.76 | 0 | 0.89 | 0.26 | 111.38 | 0.8 | 0.41 |
| Hex | 2D | BC | 15 | 4C | 0 | 59 | 1A | 6F | 50 | 29 |
| Octal | 55 | 274 | 25 | 114 | 0 | 131 | 32 | 157 | 120 | 51 |
| Binary | 101101 | 10111100 | 10101 | 1001100 | 0 | 1011001 | 11010 | 1101111 | 1010000 | 101001 |
Color Harmonies of #2DBC15
Complementary color
Monochromatic Colors of #2DBC15
Black with #2DBC15
Text Example
Text Example
White with #2DBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC15; }
p { color: rgb(45,188,21); }
H1.HeaderClassName
{
color: #2DBC15;
}
.AnyTagClassName
{
color: #2DBC15;
}
</style>
background-color css
<style>
a { background-color: #2DBC15; }
a { background-color: rgb(45,188,21); }
div.DivClassName
{
background-color: #2DBC15;
}
.BgClassName
{
background-color: #2DBC15;
}
</style>
border-color css
<style>
span { border-color: #2DBC15; }
span { border-color: rgb(45,188,21); }
td.TdClassName
{
border-color: #2DBC15;
}
.TagClassName
{
border-color: #2DBC15;
}
</style>