Shades of Lime Green #2EC93D
Tints of Lime Green #2EC93D
RGB
CMYK
RGB Variations
Color information
#2EC93D (or 0x2EC93D) is known color: Lime Green. HEX triplet: 2E, C9 and 3D. RGB value is (46,201,61). Sum of RGB (Red+Green+Blue) = 46+201+61=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 201 (78.91% from 255 or 65.26% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC93D is #D136C2. Grayscale: #8B8B8B. Windows color (decimal): -13711043 or 4049198. OLE color: 4049198.
HSL color Cylindrical-coordinate representation of color #2EC93D: hue angle of 125.81º 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 #2EC93D is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 61 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.21 |
| HSL | 125.81º | 0.63% | 0.48% | - |
| HSV(B) | 125.81º | 0.77% | 0.79% | - |
| XYZ | 22.86 | 42.69 | 11.45 | - |
| YUV | 138.7 | 84.15 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 61 | 0.77 | 0 | 0.70 | 0.21 | 125.81 | 0.63 | 0.48 |
| Hex | 2E | C9 | 3D | 4D | 0 | 46 | 15 | 7E | 3F | 30 |
| Octal | 56 | 311 | 75 | 115 | 0 | 106 | 25 | 176 | 77 | 60 |
| Binary | 101110 | 11001001 | 111101 | 1001101 | 0 | 1000110 | 10101 | 1111110 | 111111 | 110000 |
Color Harmonies of #2EC93D
Complementary color
Monochromatic Colors of #2EC93D
Black with #2EC93D
Text Example
Text Example
White with #2EC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC93D; }
p { color: rgb(46,201,61); }
H1.HeaderClassName
{
color: #2EC93D;
}
.AnyTagClassName
{
color: #2EC93D;
}
</style>
background-color css
<style>
a { background-color: #2EC93D; }
a { background-color: rgb(46,201,61); }
div.DivClassName
{
background-color: #2EC93D;
}
.BgClassName
{
background-color: #2EC93D;
}
</style>
border-color css
<style>
span { border-color: #2EC93D; }
span { border-color: rgb(46,201,61); }
td.TdClassName
{
border-color: #2EC93D;
}
.TagClassName
{
border-color: #2EC93D;
}
</style>