Shades of Lime Green #2EF13A
Tints of Lime Green #2EF13A
RGB
CMYK
RGB Variations
Color information
#2EF13A (or 0x2EF13A) is known color: Lime Green. HEX triplet: 2E, F1 and 3A. RGB value is (46,241,58). Sum of RGB (Red+Green+Blue) = 46+241+58=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 241 (94.53% from 255 or 69.86% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF13A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF13A is #D10EC5. Grayscale: #A2A2A2. Windows color (decimal): -13700806 or 3862830. OLE color: 3862830.
HSL color Cylindrical-coordinate representation of color #2EF13A: hue angle of 123.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF13A is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 58 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.05 |
| HSL | 123.69º | 0.87% | 0.56% | - |
| HSV(B) | 123.69º | 0.81% | 0.95% | - |
| XYZ | 33.35 | 63.8 | 14.56 | - |
| YUV | 161.83 | 69.4 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 58 | 0.81 | 0 | 0.76 | 0.05 | 123.69 | 0.87 | 0.56 |
| Hex | 2E | F1 | 3A | 51 | 0 | 4C | 5 | 7C | 57 | 38 |
| Octal | 56 | 361 | 72 | 121 | 0 | 114 | 5 | 174 | 127 | 70 |
| Binary | 101110 | 11110001 | 111010 | 1010001 | 0 | 1001100 | 101 | 1111100 | 1010111 | 111000 |
Color Harmonies of #2EF13A
Complementary color
Monochromatic Colors of #2EF13A
Black with #2EF13A
Text Example
Text Example
White with #2EF13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF13A; }
p { color: rgb(46,241,58); }
H1.HeaderClassName
{
color: #2EF13A;
}
.AnyTagClassName
{
color: #2EF13A;
}
</style>
background-color css
<style>
a { background-color: #2EF13A; }
a { background-color: rgb(46,241,58); }
div.DivClassName
{
background-color: #2EF13A;
}
.BgClassName
{
background-color: #2EF13A;
}
</style>
border-color css
<style>
span { border-color: #2EF13A; }
span { border-color: rgb(46,241,58); }
td.TdClassName
{
border-color: #2EF13A;
}
.TagClassName
{
border-color: #2EF13A;
}
</style>