Shades of Lime Green #2EF03D
Tints of Lime Green #2EF03D
RGB
CMYK
RGB Variations
Color information
#2EF03D (or 0x2EF03D) is known color: Lime Green. HEX triplet: 2E, F0 and 3D. RGB value is (46,240,61). Sum of RGB (Red+Green+Blue) = 46+240+61=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF03D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF03D is #D10FC2. Grayscale: #A2A2A2. Windows color (decimal): -13701059 or 4059182. OLE color: 4059182.
HSL color Cylindrical-coordinate representation of color #2EF03D: hue angle of 124.64º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF03D is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 61 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.06 |
| HSL | 124.64º | 0.87% | 0.56% | - |
| HSV(B) | 124.64º | 0.81% | 0.94% | - |
| XYZ | 33.13 | 63.24 | 14.87 | - |
| YUV | 161.59 | 71.23 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 61 | 0.81 | 0 | 0.75 | 0.06 | 124.64 | 0.87 | 0.56 |
| Hex | 2E | F0 | 3D | 51 | 0 | 4B | 6 | 7D | 57 | 38 |
| Octal | 56 | 360 | 75 | 121 | 0 | 113 | 6 | 175 | 127 | 70 |
| Binary | 101110 | 11110000 | 111101 | 1010001 | 0 | 1001011 | 110 | 1111101 | 1010111 | 111000 |
Color Harmonies of #2EF03D
Complementary color
Monochromatic Colors of #2EF03D
Black with #2EF03D
Text Example
Text Example
White with #2EF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF03D; }
p { color: rgb(46,240,61); }
H1.HeaderClassName
{
color: #2EF03D;
}
.AnyTagClassName
{
color: #2EF03D;
}
</style>
background-color css
<style>
a { background-color: #2EF03D; }
a { background-color: rgb(46,240,61); }
div.DivClassName
{
background-color: #2EF03D;
}
.BgClassName
{
background-color: #2EF03D;
}
</style>
border-color css
<style>
span { border-color: #2EF03D; }
span { border-color: rgb(46,240,61); }
td.TdClassName
{
border-color: #2EF03D;
}
.TagClassName
{
border-color: #2EF03D;
}
</style>