Shades of Lime Green #2EEA25
Tints of Lime Green #2EEA25
RGB
CMYK
RGB Variations
Color information
#2EEA25 (or 0x2EEA25) is known color: Lime Green. HEX triplet: 2E, EA and 25. RGB value is (46,234,37). Sum of RGB (Red+Green+Blue) = 46+234+37=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 234 (91.80% from 255 or 73.82% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEA25 is #D115DA. Grayscale: #9B9B9B. Windows color (decimal): -13702619 or 2484782. OLE color: 2484782.
HSL color Cylindrical-coordinate representation of color #2EEA25: hue angle of 117.26º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EEA25 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 37 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.08 |
| HSL | 117.26º | 0.82% | 0.53% | - |
| HSV(B) | 117.26º | 0.84% | 0.92% | - |
| XYZ | 30.88 | 59.56 | 11.62 | - |
| YUV | 155.33 | 61.22 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 37 | 0.80 | 0 | 0.84 | 0.08 | 117.26 | 0.82 | 0.53 |
| Hex | 2E | EA | 25 | 50 | 0 | 54 | 8 | 75 | 52 | 35 |
| Octal | 56 | 352 | 45 | 120 | 0 | 124 | 10 | 165 | 122 | 65 |
| Binary | 101110 | 11101010 | 100101 | 1010000 | 0 | 1010100 | 1000 | 1110101 | 1010010 | 110101 |
Color Harmonies of #2EEA25
Complementary color
Monochromatic Colors of #2EEA25
Black with #2EEA25
Text Example
Text Example
White with #2EEA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA25; }
p { color: rgb(46,234,37); }
H1.HeaderClassName
{
color: #2EEA25;
}
.AnyTagClassName
{
color: #2EEA25;
}
</style>
background-color css
<style>
a { background-color: #2EEA25; }
a { background-color: rgb(46,234,37); }
div.DivClassName
{
background-color: #2EEA25;
}
.BgClassName
{
background-color: #2EEA25;
}
</style>
border-color css
<style>
span { border-color: #2EEA25; }
span { border-color: rgb(46,234,37); }
td.TdClassName
{
border-color: #2EEA25;
}
.TagClassName
{
border-color: #2EEA25;
}
</style>