Shades of Lime Green #2EE538
Tints of Lime Green #2EE538
RGB
CMYK
RGB Variations
Color information
#2EE538 (or 0x2EE538) is known color: Lime Green. HEX triplet: 2E, E5 and 38. RGB value is (46,229,56). Sum of RGB (Red+Green+Blue) = 46+229+56=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 229 (89.84% from 255 or 69.18% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE538 is #D11AC7. Grayscale: #9B9B9B. Windows color (decimal): -13703880 or 3728686. OLE color: 3728686.
HSL color Cylindrical-coordinate representation of color #2EE538: hue angle of 123.28º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE538 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 56 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.10 |
| HSL | 123.28º | 0.78% | 0.54% | - |
| HSV(B) | 123.28º | 0.8% | 0.9% | - |
| XYZ | 29.86 | 56.9 | 13.15 | - |
| YUV | 154.56 | 72.37 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 56 | 0.80 | 0 | 0.76 | 0.10 | 123.28 | 0.78 | 0.54 |
| Hex | 2E | E5 | 38 | 50 | 0 | 4C | A | 7B | 4E | 36 |
| Octal | 56 | 345 | 70 | 120 | 0 | 114 | 12 | 173 | 116 | 66 |
| Binary | 101110 | 11100101 | 111000 | 1010000 | 0 | 1001100 | 1010 | 1111011 | 1001110 | 110110 |
Color Harmonies of #2EE538
Complementary color
Monochromatic Colors of #2EE538
Black with #2EE538
Text Example
Text Example
White with #2EE538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE538; }
p { color: rgb(46,229,56); }
H1.HeaderClassName
{
color: #2EE538;
}
.AnyTagClassName
{
color: #2EE538;
}
</style>
background-color css
<style>
a { background-color: #2EE538; }
a { background-color: rgb(46,229,56); }
div.DivClassName
{
background-color: #2EE538;
}
.BgClassName
{
background-color: #2EE538;
}
</style>
border-color css
<style>
span { border-color: #2EE538; }
span { border-color: rgb(46,229,56); }
td.TdClassName
{
border-color: #2EE538;
}
.TagClassName
{
border-color: #2EE538;
}
</style>