Shades of Lime Green #2EB424
Tints of Lime Green #2EB424
RGB
CMYK
RGB Variations
Color information
#2EB424 (or 0x2EB424) is known color: Lime Green. HEX triplet: 2E, B4 and 24. RGB value is (46,180,36). Sum of RGB (Red+Green+Blue) = 46+180+36=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 180 (70.70% from 255 or 68.70% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB424 is #D14BDB. Grayscale: #7B7B7B. Windows color (decimal): -13716444 or 2405422. OLE color: 2405422.
HSL color Cylindrical-coordinate representation of color #2EB424: hue angle of 115.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EB424 is Cyan = 0.74, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 36 | - |
| CMYK | 0.74 | 0 | 0.8 | 0.29 |
| HSL | 115.83º | 0.67% | 0.42% | - |
| HSV(B) | 115.83º | 0.8% | 0.71% | - |
| XYZ | 17.77 | 33.35 | 7.17 | - |
| YUV | 123.52 | 78.61 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 36 | 0.74 | 0 | 0.8 | 0.29 | 115.83 | 0.67 | 0.42 |
| Hex | 2E | B4 | 24 | 4A | 0 | 50 | 1D | 74 | 43 | 2A |
| Octal | 56 | 264 | 44 | 112 | 0 | 120 | 35 | 164 | 103 | 52 |
| Binary | 101110 | 10110100 | 100100 | 1001010 | 0 | 1010000 | 11101 | 1110100 | 1000011 | 101010 |
Color Harmonies of #2EB424
Complementary color
Monochromatic Colors of #2EB424
Black with #2EB424
Text Example
Text Example
White with #2EB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB424; }
p { color: rgb(46,180,36); }
H1.HeaderClassName
{
color: #2EB424;
}
.AnyTagClassName
{
color: #2EB424;
}
</style>
background-color css
<style>
a { background-color: #2EB424; }
a { background-color: rgb(46,180,36); }
div.DivClassName
{
background-color: #2EB424;
}
.BgClassName
{
background-color: #2EB424;
}
</style>
border-color css
<style>
span { border-color: #2EB424; }
span { border-color: rgb(46,180,36); }
td.TdClassName
{
border-color: #2EB424;
}
.TagClassName
{
border-color: #2EB424;
}
</style>