Shades of Kelly Green #2DAE19
Tints of Kelly Green #2DAE19
RGB
CMYK
RGB Variations
Color information
#2DAE19 (or 0x2DAE19) is known color: Kelly Green. HEX triplet: 2D, AE and 19. RGB value is (45,174,25). Sum of RGB (Red+Green+Blue) = 45+174+25=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 174 (68.36% from 255 or 71.31% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAE19 is #D251E6. Grayscale: #767676. Windows color (decimal): -13783527 or 1682989. OLE color: 1682989.
HSL color Cylindrical-coordinate representation of color #2DAE19: hue angle of 111.95º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DAE19 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 25 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.32 |
| HSL | 111.95º | 0.75% | 0.39% | - |
| HSV(B) | 111.95º | 0.86% | 0.68% | - |
| XYZ | 16.39 | 30.9 | 6.02 | - |
| YUV | 118.44 | 75.26 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 25 | 0.74 | 0 | 0.86 | 0.32 | 111.95 | 0.75 | 0.39 |
| Hex | 2D | AE | 19 | 4A | 0 | 56 | 20 | 70 | 4B | 27 |
| Octal | 55 | 256 | 31 | 112 | 0 | 126 | 40 | 160 | 113 | 47 |
| Binary | 101101 | 10101110 | 11001 | 1001010 | 0 | 1010110 | 100000 | 1110000 | 1001011 | 100111 |
Color Harmonies of #2DAE19
Complementary color
Monochromatic Colors of #2DAE19
Black with #2DAE19
Text Example
Text Example
White with #2DAE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE19; }
p { color: rgb(45,174,25); }
H1.HeaderClassName
{
color: #2DAE19;
}
.AnyTagClassName
{
color: #2DAE19;
}
</style>
background-color css
<style>
a { background-color: #2DAE19; }
a { background-color: rgb(45,174,25); }
div.DivClassName
{
background-color: #2DAE19;
}
.BgClassName
{
background-color: #2DAE19;
}
</style>
border-color css
<style>
span { border-color: #2DAE19; }
span { border-color: rgb(45,174,25); }
td.TdClassName
{
border-color: #2DAE19;
}
.TagClassName
{
border-color: #2DAE19;
}
</style>