Shades of Lime Green #2EC51F
Tints of Lime Green #2EC51F
RGB
CMYK
RGB Variations
Color information
#2EC51F (or 0x2EC51F) is known color: Lime Green. HEX triplet: 2E, C5 and 1F. RGB value is (46,197,31). Sum of RGB (Red+Green+Blue) = 46+197+31=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC51F is #D13AE0. Grayscale: #858585. Windows color (decimal): -13712097 or 2082094. OLE color: 2082094.
HSL color Cylindrical-coordinate representation of color #2EC51F: hue angle of 114.58º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EC51F is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 31 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.23 |
| HSL | 114.58º | 0.73% | 0.45% | - |
| HSV(B) | 114.58º | 0.84% | 0.77% | - |
| XYZ | 21.34 | 40.61 | 8.01 | - |
| YUV | 132.93 | 70.47 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 31 | 0.77 | 0 | 0.84 | 0.23 | 114.58 | 0.73 | 0.45 |
| Hex | 2E | C5 | 1F | 4D | 0 | 54 | 17 | 73 | 49 | 2D |
| Octal | 56 | 305 | 37 | 115 | 0 | 124 | 27 | 163 | 111 | 55 |
| Binary | 101110 | 11000101 | 11111 | 1001101 | 0 | 1010100 | 10111 | 1110011 | 1001001 | 101101 |
Color Harmonies of #2EC51F
Complementary color
Monochromatic Colors of #2EC51F
Black with #2EC51F
Text Example
Text Example
White with #2EC51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC51F; }
p { color: rgb(46,197,31); }
H1.HeaderClassName
{
color: #2EC51F;
}
.AnyTagClassName
{
color: #2EC51F;
}
</style>
background-color css
<style>
a { background-color: #2EC51F; }
a { background-color: rgb(46,197,31); }
div.DivClassName
{
background-color: #2EC51F;
}
.BgClassName
{
background-color: #2EC51F;
}
</style>
border-color css
<style>
span { border-color: #2EC51F; }
span { border-color: rgb(46,197,31); }
td.TdClassName
{
border-color: #2EC51F;
}
.TagClassName
{
border-color: #2EC51F;
}
</style>