Shades of Lime Green #2EB42A
Tints of Lime Green #2EB42A
RGB
CMYK
RGB Variations
Color information
#2EB42A (or 0x2EB42A) is known color: Lime Green. HEX triplet: 2E, B4 and 2A. RGB value is (46,180,42). Sum of RGB (Red+Green+Blue) = 46+180+42=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB42A is #D14BD5. Grayscale: #7C7C7C. Windows color (decimal): -13716438 or 2798638. OLE color: 2798638.
HSL color Cylindrical-coordinate representation of color #2EB42A: hue angle of 118.26º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EB42A is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 42 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.29 |
| HSL | 118.26º | 0.62% | 0.44% | - |
| HSV(B) | 118.26º | 0.77% | 0.71% | - |
| XYZ | 17.87 | 33.39 | 7.69 | - |
| YUV | 124.2 | 81.61 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 42 | 0.74 | 0 | 0.77 | 0.29 | 118.26 | 0.62 | 0.44 |
| Hex | 2E | B4 | 2A | 4A | 0 | 4D | 1D | 76 | 3E | 2C |
| Octal | 56 | 264 | 52 | 112 | 0 | 115 | 35 | 166 | 76 | 54 |
| Binary | 101110 | 10110100 | 101010 | 1001010 | 0 | 1001101 | 11101 | 1110110 | 111110 | 101100 |
Color Harmonies of #2EB42A
Complementary color
Monochromatic Colors of #2EB42A
Black with #2EB42A
Text Example
Text Example
White with #2EB42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB42A; }
p { color: rgb(46,180,42); }
H1.HeaderClassName
{
color: #2EB42A;
}
.AnyTagClassName
{
color: #2EB42A;
}
</style>
background-color css
<style>
a { background-color: #2EB42A; }
a { background-color: rgb(46,180,42); }
div.DivClassName
{
background-color: #2EB42A;
}
.BgClassName
{
background-color: #2EB42A;
}
</style>
border-color css
<style>
span { border-color: #2EB42A; }
span { border-color: rgb(46,180,42); }
td.TdClassName
{
border-color: #2EB42A;
}
.TagClassName
{
border-color: #2EB42A;
}
</style>