Shades of Lime Green #2EEA45
Tints of Lime Green #2EEA45
RGB
CMYK
RGB Variations
Color information
#2EEA45 (or 0x2EEA45) is known color: Lime Green. HEX triplet: 2E, EA and 45. RGB value is (46,234,69). Sum of RGB (Red+Green+Blue) = 46+234+69=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 234 (91.80% from 255 or 67.05% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEA45 is #D115BA. Grayscale: #9F9F9F. Windows color (decimal): -13702587 or 4581934. OLE color: 4581934.
HSL color Cylindrical-coordinate representation of color #2EEA45: hue angle of 127.34º 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 #2EEA45 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 69 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.08 |
| HSL | 127.34º | 0.82% | 0.55% | - |
| HSV(B) | 127.34º | 0.8% | 0.92% | - |
| XYZ | 31.62 | 59.86 | 15.52 | - |
| YUV | 158.98 | 77.22 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 69 | 0.80 | 0 | 0.71 | 0.08 | 127.34 | 0.82 | 0.55 |
| Hex | 2E | EA | 45 | 50 | 0 | 47 | 8 | 7F | 52 | 37 |
| Octal | 56 | 352 | 105 | 120 | 0 | 107 | 10 | 177 | 122 | 67 |
| Binary | 101110 | 11101010 | 1000101 | 1010000 | 0 | 1000111 | 1000 | 1111111 | 1010010 | 110111 |
Color Harmonies of #2EEA45
Complementary color
Monochromatic Colors of #2EEA45
Black with #2EEA45
Text Example
Text Example
White with #2EEA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA45; }
p { color: rgb(46,234,69); }
H1.HeaderClassName
{
color: #2EEA45;
}
.AnyTagClassName
{
color: #2EEA45;
}
</style>
background-color css
<style>
a { background-color: #2EEA45; }
a { background-color: rgb(46,234,69); }
div.DivClassName
{
background-color: #2EEA45;
}
.BgClassName
{
background-color: #2EEA45;
}
</style>
border-color css
<style>
span { border-color: #2EEA45; }
span { border-color: rgb(46,234,69); }
td.TdClassName
{
border-color: #2EEA45;
}
.TagClassName
{
border-color: #2EEA45;
}
</style>