Shades of Lime Green #2DA93A
Tints of Lime Green #2DA93A
RGB
CMYK
RGB Variations
Color information
#2DA93A (or 0x2DA93A) is known color: Lime Green. HEX triplet: 2D, A9 and 3A. RGB value is (45,169,58). Sum of RGB (Red+Green+Blue) = 45+169+58=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 169 (66.41% from 255 or 62.13% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA93A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA93A is #D256C5. Grayscale: #777777. Windows color (decimal): -13784774 or 3844397. OLE color: 3844397.
HSL color Cylindrical-coordinate representation of color #2DA93A: hue angle of 126.29º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA93A is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 58 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.34 |
| HSL | 126.29º | 0.58% | 0.42% | - |
| HSV(B) | 126.29º | 0.73% | 0.66% | - |
| XYZ | 16.03 | 29.24 | 8.8 | - |
| YUV | 119.27 | 93.42 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 58 | 0.73 | 0 | 0.66 | 0.34 | 126.29 | 0.58 | 0.42 |
| Hex | 2D | A9 | 3A | 49 | 0 | 42 | 22 | 7E | 3A | 2A |
| Octal | 55 | 251 | 72 | 111 | 0 | 102 | 42 | 176 | 72 | 52 |
| Binary | 101101 | 10101001 | 111010 | 1001001 | 0 | 1000010 | 100010 | 1111110 | 111010 | 101010 |
Color Harmonies of #2DA93A
Complementary color
Monochromatic Colors of #2DA93A
Black with #2DA93A
Text Example
Text Example
White with #2DA93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA93A; }
p { color: rgb(45,169,58); }
H1.HeaderClassName
{
color: #2DA93A;
}
.AnyTagClassName
{
color: #2DA93A;
}
</style>
background-color css
<style>
a { background-color: #2DA93A; }
a { background-color: rgb(45,169,58); }
div.DivClassName
{
background-color: #2DA93A;
}
.BgClassName
{
background-color: #2DA93A;
}
</style>
border-color css
<style>
span { border-color: #2DA93A; }
span { border-color: rgb(45,169,58); }
td.TdClassName
{
border-color: #2DA93A;
}
.TagClassName
{
border-color: #2DA93A;
}
</style>