Shades of Lime Green #2EEB25
Tints of Lime Green #2EEB25
RGB
CMYK
RGB Variations
Color information
#2EEB25 (or 0x2EEB25) is known color: Lime Green. HEX triplet: 2E, EB and 25. RGB value is (46,235,37). Sum of RGB (Red+Green+Blue) = 46+235+37=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 235 (92.19% from 255 or 73.90% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEB25 is #D114DA. Grayscale: #9C9C9C. Windows color (decimal): -13702363 or 2485038. OLE color: 2485038.
HSL color Cylindrical-coordinate representation of color #2EEB25: hue angle of 117.27º degrees, saturation: 0.83, 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 #2EEB25 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 37 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.08 |
| HSL | 117.27º | 0.83% | 0.53% | - |
| HSV(B) | 117.27º | 0.84% | 0.92% | - |
| XYZ | 31.17 | 60.13 | 11.71 | - |
| YUV | 155.92 | 60.88 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 37 | 0.80 | 0 | 0.84 | 0.08 | 117.27 | 0.83 | 0.53 |
| Hex | 2E | EB | 25 | 50 | 0 | 54 | 8 | 75 | 53 | 35 |
| Octal | 56 | 353 | 45 | 120 | 0 | 124 | 10 | 165 | 123 | 65 |
| Binary | 101110 | 11101011 | 100101 | 1010000 | 0 | 1010100 | 1000 | 1110101 | 1010011 | 110101 |
Color Harmonies of #2EEB25
Complementary color
Monochromatic Colors of #2EEB25
Black with #2EEB25
Text Example
Text Example
White with #2EEB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB25; }
p { color: rgb(46,235,37); }
H1.HeaderClassName
{
color: #2EEB25;
}
.AnyTagClassName
{
color: #2EEB25;
}
</style>
background-color css
<style>
a { background-color: #2EEB25; }
a { background-color: rgb(46,235,37); }
div.DivClassName
{
background-color: #2EEB25;
}
.BgClassName
{
background-color: #2EEB25;
}
</style>
border-color css
<style>
span { border-color: #2EEB25; }
span { border-color: rgb(46,235,37); }
td.TdClassName
{
border-color: #2EEB25;
}
.TagClassName
{
border-color: #2EEB25;
}
</style>