Shades of Lime Green #2EF349
Tints of Lime Green #2EF349
RGB
CMYK
RGB Variations
Color information
#2EF349 (or 0x2EF349) is known color: Lime Green. HEX triplet: 2E, F3 and 49. RGB value is (46,243,73). Sum of RGB (Red+Green+Blue) = 46+243+73=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 243 (95.31% from 255 or 67.13% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF349 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF349 is #D10CB6. Grayscale: #A5A5A5. Windows color (decimal): -13700279 or 4846382. OLE color: 4846382.
HSL color Cylindrical-coordinate representation of color #2EF349: hue angle of 128.22º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF349 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 73 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.05 |
| HSL | 128.22º | 0.89% | 0.57% | - |
| HSV(B) | 128.22º | 0.81% | 0.95% | - |
| XYZ | 34.38 | 65.16 | 17.07 | - |
| YUV | 164.72 | 76.23 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 73 | 0.81 | 0 | 0.70 | 0.05 | 128.22 | 0.89 | 0.57 |
| Hex | 2E | F3 | 49 | 51 | 0 | 46 | 5 | 80 | 59 | 39 |
| Octal | 56 | 363 | 111 | 121 | 0 | 106 | 5 | 200 | 131 | 71 |
| Binary | 101110 | 11110011 | 1001001 | 1010001 | 0 | 1000110 | 101 | 10000000 | 1011001 | 111001 |
Color Harmonies of #2EF349
Complementary color
Monochromatic Colors of #2EF349
Black with #2EF349
Text Example
Text Example
White with #2EF349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF349; }
p { color: rgb(46,243,73); }
H1.HeaderClassName
{
color: #2EF349;
}
.AnyTagClassName
{
color: #2EF349;
}
</style>
background-color css
<style>
a { background-color: #2EF349; }
a { background-color: rgb(46,243,73); }
div.DivClassName
{
background-color: #2EF349;
}
.BgClassName
{
background-color: #2EF349;
}
</style>
border-color css
<style>
span { border-color: #2EF349; }
span { border-color: rgb(46,243,73); }
td.TdClassName
{
border-color: #2EF349;
}
.TagClassName
{
border-color: #2EF349;
}
</style>