Shades of Kelly Green #2DA90F
Tints of Kelly Green #2DA90F
RGB
CMYK
RGB Variations
Color information
#2DA90F (or 0x2DA90F) is known color: Kelly Green. HEX triplet: 2D, A9 and 0F. RGB value is (45,169,15). Sum of RGB (Red+Green+Blue) = 45+169+15=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 169 (66.41% from 255 or 73.80% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA90F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA90F is #D256F0. Grayscale: #727272. Windows color (decimal): -13784817 or 1026349. OLE color: 1026349.
HSL color Cylindrical-coordinate representation of color #2DA90F: hue angle of 108.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DA90F is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 15 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.34 |
| HSL | 108.31º | 0.84% | 0.36% | - |
| HSV(B) | 108.31º | 0.91% | 0.66% | - |
| XYZ | 15.36 | 28.97 | 5.23 | - |
| YUV | 114.37 | 71.92 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 15 | 0.73 | 0 | 0.91 | 0.34 | 108.31 | 0.84 | 0.36 |
| Hex | 2D | A9 | F | 49 | 0 | 5B | 22 | 6C | 54 | 24 |
| Octal | 55 | 251 | 17 | 111 | 0 | 133 | 42 | 154 | 124 | 44 |
| Binary | 101101 | 10101001 | 1111 | 1001001 | 0 | 1011011 | 100010 | 1101100 | 1010100 | 100100 |
Color Harmonies of #2DA90F
Complementary color
Monochromatic Colors of #2DA90F
Black with #2DA90F
Text Example
Text Example
White with #2DA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA90F; }
p { color: rgb(45,169,15); }
H1.HeaderClassName
{
color: #2DA90F;
}
.AnyTagClassName
{
color: #2DA90F;
}
</style>
background-color css
<style>
a { background-color: #2DA90F; }
a { background-color: rgb(45,169,15); }
div.DivClassName
{
background-color: #2DA90F;
}
.BgClassName
{
background-color: #2DA90F;
}
</style>
border-color css
<style>
span { border-color: #2DA90F; }
span { border-color: rgb(45,169,15); }
td.TdClassName
{
border-color: #2DA90F;
}
.TagClassName
{
border-color: #2DA90F;
}
</style>