Shades of Lime Green #2EEC3B
Tints of Lime Green #2EEC3B
RGB
CMYK
RGB Variations
Color information
#2EEC3B (or 0x2EEC3B) is known color: Lime Green. HEX triplet: 2E, EC and 3B. RGB value is (46,236,59). Sum of RGB (Red+Green+Blue) = 46+236+59=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 236 (92.58% from 255 or 69.21% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEC3B is #D113C4. Grayscale: #9F9F9F. Windows color (decimal): -13702085 or 3927086. OLE color: 3927086.
HSL color Cylindrical-coordinate representation of color #2EEC3B: hue angle of 124.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEC3B is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 59 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.07 |
| HSL | 124.11º | 0.83% | 0.55% | - |
| HSV(B) | 124.11º | 0.81% | 0.93% | - |
| XYZ | 31.91 | 60.89 | 14.21 | - |
| YUV | 159.01 | 71.55 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 59 | 0.81 | 0 | 0.75 | 0.07 | 124.11 | 0.83 | 0.55 |
| Hex | 2E | EC | 3B | 51 | 0 | 4B | 7 | 7C | 53 | 37 |
| Octal | 56 | 354 | 73 | 121 | 0 | 113 | 7 | 174 | 123 | 67 |
| Binary | 101110 | 11101100 | 111011 | 1010001 | 0 | 1001011 | 111 | 1111100 | 1010011 | 110111 |
Color Harmonies of #2EEC3B
Complementary color
Monochromatic Colors of #2EEC3B
Black with #2EEC3B
Text Example
Text Example
White with #2EEC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEC3B; }
p { color: rgb(46,236,59); }
H1.HeaderClassName
{
color: #2EEC3B;
}
.AnyTagClassName
{
color: #2EEC3B;
}
</style>
background-color css
<style>
a { background-color: #2EEC3B; }
a { background-color: rgb(46,236,59); }
div.DivClassName
{
background-color: #2EEC3B;
}
.BgClassName
{
background-color: #2EEC3B;
}
</style>
border-color css
<style>
span { border-color: #2EEC3B; }
span { border-color: rgb(46,236,59); }
td.TdClassName
{
border-color: #2EEC3B;
}
.TagClassName
{
border-color: #2EEC3B;
}
</style>