Shades of Lime Green #2EEA30
Tints of Lime Green #2EEA30
RGB
CMYK
RGB Variations
Color information
#2EEA30 (or 0x2EEA30) is known color: Lime Green. HEX triplet: 2E, EA and 30. RGB value is (46,234,48). Sum of RGB (Red+Green+Blue) = 46+234+48=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 234 (91.80% from 255 or 71.34% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEA30 is #D115CF. Grayscale: #9D9D9D. Windows color (decimal): -13702608 or 3205678. OLE color: 3205678.
HSL color Cylindrical-coordinate representation of color #2EEA30: hue angle of 120.64º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEA30 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 48 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.08 |
| HSL | 120.64º | 0.82% | 0.55% | - |
| HSV(B) | 120.64º | 0.8% | 0.92% | - |
| XYZ | 31.08 | 59.64 | 12.67 | - |
| YUV | 156.58 | 66.72 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 48 | 0.80 | 0 | 0.79 | 0.08 | 120.64 | 0.82 | 0.55 |
| Hex | 2E | EA | 30 | 50 | 0 | 4F | 8 | 79 | 52 | 37 |
| Octal | 56 | 352 | 60 | 120 | 0 | 117 | 10 | 171 | 122 | 67 |
| Binary | 101110 | 11101010 | 110000 | 1010000 | 0 | 1001111 | 1000 | 1111001 | 1010010 | 110111 |
Color Harmonies of #2EEA30
Complementary color
Monochromatic Colors of #2EEA30
Black with #2EEA30
Text Example
Text Example
White with #2EEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA30; }
p { color: rgb(46,234,48); }
H1.HeaderClassName
{
color: #2EEA30;
}
.AnyTagClassName
{
color: #2EEA30;
}
</style>
background-color css
<style>
a { background-color: #2EEA30; }
a { background-color: rgb(46,234,48); }
div.DivClassName
{
background-color: #2EEA30;
}
.BgClassName
{
background-color: #2EEA30;
}
</style>
border-color css
<style>
span { border-color: #2EEA30; }
span { border-color: rgb(46,234,48); }
td.TdClassName
{
border-color: #2EEA30;
}
.TagClassName
{
border-color: #2EEA30;
}
</style>