Shades of Lime Green #2DAB2F
Tints of Lime Green #2DAB2F
RGB
CMYK
RGB Variations
Color information
#2DAB2F (or 0x2DAB2F) is known color: Lime Green. HEX triplet: 2D, AB and 2F. RGB value is (45,171,47). Sum of RGB (Red+Green+Blue) = 45+171+47=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 171 (67.19% from 255 or 65.02% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAB2F is #D254D0. Grayscale: #777777. Windows color (decimal): -13784273 or 3124013. OLE color: 3124013.
HSL color Cylindrical-coordinate representation of color #2DAB2F: hue angle of 120.95º 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 #2DAB2F is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 47 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.33 |
| HSL | 120.95º | 0.58% | 0.42% | - |
| HSV(B) | 120.95º | 0.74% | 0.67% | - |
| XYZ | 16.16 | 29.89 | 7.61 | - |
| YUV | 119.19 | 87.26 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 47 | 0.74 | 0 | 0.73 | 0.33 | 120.95 | 0.58 | 0.42 |
| Hex | 2D | AB | 2F | 4A | 0 | 49 | 21 | 79 | 3A | 2A |
| Octal | 55 | 253 | 57 | 112 | 0 | 111 | 41 | 171 | 72 | 52 |
| Binary | 101101 | 10101011 | 101111 | 1001010 | 0 | 1001001 | 100001 | 1111001 | 111010 | 101010 |
Color Harmonies of #2DAB2F
Complementary color
Monochromatic Colors of #2DAB2F
Black with #2DAB2F
Text Example
Text Example
White with #2DAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB2F; }
p { color: rgb(45,171,47); }
H1.HeaderClassName
{
color: #2DAB2F;
}
.AnyTagClassName
{
color: #2DAB2F;
}
</style>
background-color css
<style>
a { background-color: #2DAB2F; }
a { background-color: rgb(45,171,47); }
div.DivClassName
{
background-color: #2DAB2F;
}
.BgClassName
{
background-color: #2DAB2F;
}
</style>
border-color css
<style>
span { border-color: #2DAB2F; }
span { border-color: rgb(45,171,47); }
td.TdClassName
{
border-color: #2DAB2F;
}
.TagClassName
{
border-color: #2DAB2F;
}
</style>