Shades of Kelly Green #2DAE12
Tints of Kelly Green #2DAE12
RGB
CMYK
RGB Variations
Color information
#2DAE12 (or 0x2DAE12) is known color: Kelly Green. HEX triplet: 2D, AE and 12. RGB value is (45,174,18). Sum of RGB (Red+Green+Blue) = 45+174+18=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 174 (68.36% from 255 or 73.42% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAE12 is #D251ED. Grayscale: #767676. Windows color (decimal): -13783534 or 1224237. OLE color: 1224237.
HSL color Cylindrical-coordinate representation of color #2DAE12: hue angle of 109.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DAE12 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 18 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.32 |
| HSL | 109.62º | 0.81% | 0.38% | - |
| HSV(B) | 109.62º | 0.9% | 0.68% | - |
| XYZ | 16.33 | 30.87 | 5.67 | - |
| YUV | 117.65 | 71.76 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 18 | 0.74 | 0 | 0.90 | 0.32 | 109.62 | 0.81 | 0.38 |
| Hex | 2D | AE | 12 | 4A | 0 | 5A | 20 | 6E | 51 | 26 |
| Octal | 55 | 256 | 22 | 112 | 0 | 132 | 40 | 156 | 121 | 46 |
| Binary | 101101 | 10101110 | 10010 | 1001010 | 0 | 1011010 | 100000 | 1101110 | 1010001 | 100110 |
Color Harmonies of #2DAE12
Complementary color
Monochromatic Colors of #2DAE12
Black with #2DAE12
Text Example
Text Example
White with #2DAE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE12; }
p { color: rgb(45,174,18); }
H1.HeaderClassName
{
color: #2DAE12;
}
.AnyTagClassName
{
color: #2DAE12;
}
</style>
background-color css
<style>
a { background-color: #2DAE12; }
a { background-color: rgb(45,174,18); }
div.DivClassName
{
background-color: #2DAE12;
}
.BgClassName
{
background-color: #2DAE12;
}
</style>
border-color css
<style>
span { border-color: #2DAE12; }
span { border-color: rgb(45,174,18); }
td.TdClassName
{
border-color: #2DAE12;
}
.TagClassName
{
border-color: #2DAE12;
}
</style>