Shades of Lime Green #2DAB3A
Tints of Lime Green #2DAB3A
RGB
CMYK
RGB Variations
Color information
#2DAB3A (or 0x2DAB3A) is known color: Lime Green. HEX triplet: 2D, AB and 3A. RGB value is (45,171,58). Sum of RGB (Red+Green+Blue) = 45+171+58=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 171 (67.19% from 255 or 62.41% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAB3A is #D254C5. Grayscale: #787878. Windows color (decimal): -13784262 or 3844909. OLE color: 3844909.
HSL color Cylindrical-coordinate representation of color #2DAB3A: hue angle of 126.19º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAB3A is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 58 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.33 |
| HSL | 126.19º | 0.58% | 0.42% | - |
| HSV(B) | 126.19º | 0.74% | 0.67% | - |
| XYZ | 16.41 | 29.99 | 8.93 | - |
| YUV | 120.44 | 92.76 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 58 | 0.74 | 0 | 0.66 | 0.33 | 126.19 | 0.58 | 0.42 |
| Hex | 2D | AB | 3A | 4A | 0 | 42 | 21 | 7E | 3A | 2A |
| Octal | 55 | 253 | 72 | 112 | 0 | 102 | 41 | 176 | 72 | 52 |
| Binary | 101101 | 10101011 | 111010 | 1001010 | 0 | 1000010 | 100001 | 1111110 | 111010 | 101010 |
Color Harmonies of #2DAB3A
Complementary color
Monochromatic Colors of #2DAB3A
Black with #2DAB3A
Text Example
Text Example
White with #2DAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB3A; }
p { color: rgb(45,171,58); }
H1.HeaderClassName
{
color: #2DAB3A;
}
.AnyTagClassName
{
color: #2DAB3A;
}
</style>
background-color css
<style>
a { background-color: #2DAB3A; }
a { background-color: rgb(45,171,58); }
div.DivClassName
{
background-color: #2DAB3A;
}
.BgClassName
{
background-color: #2DAB3A;
}
</style>
border-color css
<style>
span { border-color: #2DAB3A; }
span { border-color: rgb(45,171,58); }
td.TdClassName
{
border-color: #2DAB3A;
}
.TagClassName
{
border-color: #2DAB3A;
}
</style>