Shades of Lime Green #2EC94B
Tints of Lime Green #2EC94B
RGB
CMYK
RGB Variations
Color information
#2EC94B (or 0x2EC94B) is known color: Lime Green. HEX triplet: 2E, C9 and 4B. RGB value is (46,201,75). Sum of RGB (Red+Green+Blue) = 46+201+75=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 201 (78.91% from 255 or 62.42% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC94B is #D136B4. Grayscale: #8C8C8C. Windows color (decimal): -13711029 or 4966702. OLE color: 4966702.
HSL color Cylindrical-coordinate representation of color #2EC94B: hue angle of 131.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC94B is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 75 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.21 |
| HSL | 131.23º | 0.63% | 0.48% | - |
| HSV(B) | 131.23º | 0.77% | 0.79% | - |
| XYZ | 23.28 | 42.86 | 13.7 | - |
| YUV | 140.29 | 91.15 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 75 | 0.77 | 0 | 0.63 | 0.21 | 131.23 | 0.63 | 0.48 |
| Hex | 2E | C9 | 4B | 4D | 0 | 3F | 15 | 83 | 3F | 30 |
| Octal | 56 | 311 | 113 | 115 | 0 | 77 | 25 | 203 | 77 | 60 |
| Binary | 101110 | 11001001 | 1001011 | 1001101 | 0 | 111111 | 10101 | 10000011 | 111111 | 110000 |
Color Harmonies of #2EC94B
Complementary color
Monochromatic Colors of #2EC94B
Black with #2EC94B
Text Example
Text Example
White with #2EC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC94B; }
p { color: rgb(46,201,75); }
H1.HeaderClassName
{
color: #2EC94B;
}
.AnyTagClassName
{
color: #2EC94B;
}
</style>
background-color css
<style>
a { background-color: #2EC94B; }
a { background-color: rgb(46,201,75); }
div.DivClassName
{
background-color: #2EC94B;
}
.BgClassName
{
background-color: #2EC94B;
}
</style>
border-color css
<style>
span { border-color: #2EC94B; }
span { border-color: rgb(46,201,75); }
td.TdClassName
{
border-color: #2EC94B;
}
.TagClassName
{
border-color: #2EC94B;
}
</style>