Shades of Kelly Green #2DBC12
Tints of Kelly Green #2DBC12
RGB
CMYK
RGB Variations
Color information
#2DBC12 (or 0x2DBC12) is known color: Kelly Green. HEX triplet: 2D, BC and 12. RGB value is (45,188,18). Sum of RGB (Red+Green+Blue) = 45+188+18=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 188 (73.83% from 255 or 74.90% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBC12 is #D243ED. Grayscale: #7E7E7E. Windows color (decimal): -13779950 or 1227821. OLE color: 1227821.
HSL color Cylindrical-coordinate representation of color #2DBC12: hue angle of 110.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DBC12 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 18 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.26 |
| HSL | 110.47º | 0.83% | 0.4% | - |
| HSV(B) | 110.47º | 0.9% | 0.74% | - |
| XYZ | 19.17 | 36.57 | 6.62 | - |
| YUV | 125.86 | 67.12 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 18 | 0.76 | 0 | 0.90 | 0.26 | 110.47 | 0.83 | 0.4 |
| Hex | 2D | BC | 12 | 4C | 0 | 5A | 1A | 6E | 53 | 28 |
| Octal | 55 | 274 | 22 | 114 | 0 | 132 | 32 | 156 | 123 | 50 |
| Binary | 101101 | 10111100 | 10010 | 1001100 | 0 | 1011010 | 11010 | 1101110 | 1010011 | 101000 |
Color Harmonies of #2DBC12
Complementary color
Monochromatic Colors of #2DBC12
Black with #2DBC12
Text Example
Text Example
White with #2DBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC12; }
p { color: rgb(45,188,18); }
H1.HeaderClassName
{
color: #2DBC12;
}
.AnyTagClassName
{
color: #2DBC12;
}
</style>
background-color css
<style>
a { background-color: #2DBC12; }
a { background-color: rgb(45,188,18); }
div.DivClassName
{
background-color: #2DBC12;
}
.BgClassName
{
background-color: #2DBC12;
}
</style>
border-color css
<style>
span { border-color: #2DBC12; }
span { border-color: rgb(45,188,18); }
td.TdClassName
{
border-color: #2DBC12;
}
.TagClassName
{
border-color: #2DBC12;
}
</style>