Shades of Kelly Green #2DAE1A
Tints of Kelly Green #2DAE1A
RGB
CMYK
RGB Variations
Color information
#2DAE1A (or 0x2DAE1A) is known color: Kelly Green. HEX triplet: 2D, AE and 1A. RGB value is (45,174,26). Sum of RGB (Red+Green+Blue) = 45+174+26=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 174 (68.36% from 255 or 71.02% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAE1A is #D251E5. Grayscale: #777777. Windows color (decimal): -13783526 or 1748525. OLE color: 1748525.
HSL color Cylindrical-coordinate representation of color #2DAE1A: hue angle of 112.3º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DAE1A is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 26 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.32 |
| HSL | 112.3º | 0.74% | 0.39% | - |
| HSV(B) | 112.3º | 0.85% | 0.68% | - |
| XYZ | 16.4 | 30.9 | 6.08 | - |
| YUV | 118.56 | 75.76 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 26 | 0.74 | 0 | 0.85 | 0.32 | 112.3 | 0.74 | 0.39 |
| Hex | 2D | AE | 1A | 4A | 0 | 55 | 20 | 70 | 4A | 27 |
| Octal | 55 | 256 | 32 | 112 | 0 | 125 | 40 | 160 | 112 | 47 |
| Binary | 101101 | 10101110 | 11010 | 1001010 | 0 | 1010101 | 100000 | 1110000 | 1001010 | 100111 |
Color Harmonies of #2DAE1A
Complementary color
Monochromatic Colors of #2DAE1A
Black with #2DAE1A
Text Example
Text Example
White with #2DAE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE1A; }
p { color: rgb(45,174,26); }
H1.HeaderClassName
{
color: #2DAE1A;
}
.AnyTagClassName
{
color: #2DAE1A;
}
</style>
background-color css
<style>
a { background-color: #2DAE1A; }
a { background-color: rgb(45,174,26); }
div.DivClassName
{
background-color: #2DAE1A;
}
.BgClassName
{
background-color: #2DAE1A;
}
</style>
border-color css
<style>
span { border-color: #2DAE1A; }
span { border-color: rgb(45,174,26); }
td.TdClassName
{
border-color: #2DAE1A;
}
.TagClassName
{
border-color: #2DAE1A;
}
</style>