Shades of Lime Green #2EF345
Tints of Lime Green #2EF345
RGB
CMYK
RGB Variations
Color information
#2EF345 (or 0x2EF345) is known color: Lime Green. HEX triplet: 2E, F3 and 45. RGB value is (46,243,69). Sum of RGB (Red+Green+Blue) = 46+243+69=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 243 (95.31% from 255 or 67.88% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF345 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF345 is #D10CBA. Grayscale: #A4A4A4. Windows color (decimal): -13700283 or 4584238. OLE color: 4584238.
HSL color Cylindrical-coordinate representation of color #2EF345: hue angle of 127.01º 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 #2EF345 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 69 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.05 |
| HSL | 127.01º | 0.89% | 0.57% | - |
| HSV(B) | 127.01º | 0.81% | 0.95% | - |
| XYZ | 34.25 | 65.11 | 16.39 | - |
| YUV | 164.26 | 74.23 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 69 | 0.81 | 0 | 0.72 | 0.05 | 127.01 | 0.89 | 0.57 |
| Hex | 2E | F3 | 45 | 51 | 0 | 48 | 5 | 7F | 59 | 39 |
| Octal | 56 | 363 | 105 | 121 | 0 | 110 | 5 | 177 | 131 | 71 |
| Binary | 101110 | 11110011 | 1000101 | 1010001 | 0 | 1001000 | 101 | 1111111 | 1011001 | 111001 |
Color Harmonies of #2EF345
Complementary color
Monochromatic Colors of #2EF345
Black with #2EF345
Text Example
Text Example
White with #2EF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF345; }
p { color: rgb(46,243,69); }
H1.HeaderClassName
{
color: #2EF345;
}
.AnyTagClassName
{
color: #2EF345;
}
</style>
background-color css
<style>
a { background-color: #2EF345; }
a { background-color: rgb(46,243,69); }
div.DivClassName
{
background-color: #2EF345;
}
.BgClassName
{
background-color: #2EF345;
}
</style>
border-color css
<style>
span { border-color: #2EF345; }
span { border-color: rgb(46,243,69); }
td.TdClassName
{
border-color: #2EF345;
}
.TagClassName
{
border-color: #2EF345;
}
</style>