Shades of Lime Green #2EC125
Tints of Lime Green #2EC125
RGB
CMYK
RGB Variations
Color information
#2EC125 (or 0x2EC125) is known color: Lime Green. HEX triplet: 2E, C1 and 25. RGB value is (46,193,37). Sum of RGB (Red+Green+Blue) = 46+193+37=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC125 is #D13EDA. Grayscale: #838383. Windows color (decimal): -13713115 or 2474286. OLE color: 2474286.
HSL color Cylindrical-coordinate representation of color #2EC125: hue angle of 116.54º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EC125 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 37 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.24 |
| HSL | 116.54º | 0.68% | 0.45% | - |
| HSV(B) | 116.54º | 0.81% | 0.76% | - |
| XYZ | 20.53 | 38.85 | 8.17 | - |
| YUV | 131.26 | 74.8 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 37 | 0.76 | 0 | 0.81 | 0.24 | 116.54 | 0.68 | 0.45 |
| Hex | 2E | C1 | 25 | 4C | 0 | 51 | 18 | 75 | 44 | 2D |
| Octal | 56 | 301 | 45 | 114 | 0 | 121 | 30 | 165 | 104 | 55 |
| Binary | 101110 | 11000001 | 100101 | 1001100 | 0 | 1010001 | 11000 | 1110101 | 1000100 | 101101 |
Color Harmonies of #2EC125
Complementary color
Monochromatic Colors of #2EC125
Black with #2EC125
Text Example
Text Example
White with #2EC125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC125; }
p { color: rgb(46,193,37); }
H1.HeaderClassName
{
color: #2EC125;
}
.AnyTagClassName
{
color: #2EC125;
}
</style>
background-color css
<style>
a { background-color: #2EC125; }
a { background-color: rgb(46,193,37); }
div.DivClassName
{
background-color: #2EC125;
}
.BgClassName
{
background-color: #2EC125;
}
</style>
border-color css
<style>
span { border-color: #2EC125; }
span { border-color: rgb(46,193,37); }
td.TdClassName
{
border-color: #2EC125;
}
.TagClassName
{
border-color: #2EC125;
}
</style>