Shades of Lime Green #2EBA25
Tints of Lime Green #2EBA25
RGB
CMYK
RGB Variations
Color information
#2EBA25 (or 0x2EBA25) is known color: Lime Green. HEX triplet: 2E, BA and 25. RGB value is (46,186,37). Sum of RGB (Red+Green+Blue) = 46+186+37=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA25 is #D145DA. Grayscale: #7F7F7F. Windows color (decimal): -13714907 or 2472494. OLE color: 2472494.
HSL color Cylindrical-coordinate representation of color #2EBA25: hue angle of 116.38º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EBA25 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 37 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.27 |
| HSL | 116.38º | 0.67% | 0.44% | - |
| HSV(B) | 116.38º | 0.8% | 0.73% | - |
| XYZ | 19.02 | 35.83 | 7.66 | - |
| YUV | 127.15 | 77.12 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 37 | 0.75 | 0 | 0.80 | 0.27 | 116.38 | 0.67 | 0.44 |
| Hex | 2E | BA | 25 | 4B | 0 | 50 | 1B | 74 | 43 | 2C |
| Octal | 56 | 272 | 45 | 113 | 0 | 120 | 33 | 164 | 103 | 54 |
| Binary | 101110 | 10111010 | 100101 | 1001011 | 0 | 1010000 | 11011 | 1110100 | 1000011 | 101100 |
Color Harmonies of #2EBA25
Complementary color
Monochromatic Colors of #2EBA25
Black with #2EBA25
Text Example
Text Example
White with #2EBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA25; }
p { color: rgb(46,186,37); }
H1.HeaderClassName
{
color: #2EBA25;
}
.AnyTagClassName
{
color: #2EBA25;
}
</style>
background-color css
<style>
a { background-color: #2EBA25; }
a { background-color: rgb(46,186,37); }
div.DivClassName
{
background-color: #2EBA25;
}
.BgClassName
{
background-color: #2EBA25;
}
</style>
border-color css
<style>
span { border-color: #2EBA25; }
span { border-color: rgb(46,186,37); }
td.TdClassName
{
border-color: #2EBA25;
}
.TagClassName
{
border-color: #2EBA25;
}
</style>