Shades of Lime Green #2EAB2F
Tints of Lime Green #2EAB2F
RGB
CMYK
RGB Variations
Color information
#2EAB2F (or 0x2EAB2F) is known color: Lime Green. HEX triplet: 2E, AB and 2F. RGB value is (46,171,47). Sum of RGB (Red+Green+Blue) = 46+171+47=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 171 (67.19% from 255 or 64.77% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAB2F is #D154D0. Grayscale: #777777. Windows color (decimal): -13718737 or 3124014. OLE color: 3124014.
HSL color Cylindrical-coordinate representation of color #2EAB2F: hue angle of 120.48º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAB2F is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 171 | 47 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.33 |
| HSL | 120.48º | 0.58% | 0.43% | - |
| HSV(B) | 120.48º | 0.73% | 0.67% | - |
| XYZ | 16.2 | 29.91 | 7.61 | - |
| YUV | 119.49 | 87.09 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 47 | 0.73 | 0 | 0.73 | 0.33 | 120.48 | 0.58 | 0.43 |
| Hex | 2E | AB | 2F | 49 | 0 | 49 | 21 | 78 | 3A | 2B |
| Octal | 56 | 253 | 57 | 111 | 0 | 111 | 41 | 170 | 72 | 53 |
| Binary | 101110 | 10101011 | 101111 | 1001001 | 0 | 1001001 | 100001 | 1111000 | 111010 | 101011 |
Color Harmonies of #2EAB2F
Complementary color
Monochromatic Colors of #2EAB2F
Black with #2EAB2F
Text Example
Text Example
White with #2EAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAB2F; }
p { color: rgb(46,171,47); }
H1.HeaderClassName
{
color: #2EAB2F;
}
.AnyTagClassName
{
color: #2EAB2F;
}
</style>
background-color css
<style>
a { background-color: #2EAB2F; }
a { background-color: rgb(46,171,47); }
div.DivClassName
{
background-color: #2EAB2F;
}
.BgClassName
{
background-color: #2EAB2F;
}
</style>
border-color css
<style>
span { border-color: #2EAB2F; }
span { border-color: rgb(46,171,47); }
td.TdClassName
{
border-color: #2EAB2F;
}
.TagClassName
{
border-color: #2EAB2F;
}
</style>