Shades of Lime Green #2EF322
Tints of Lime Green #2EF322
RGB
CMYK
RGB Variations
Color information
#2EF322 (or 0x2EF322) is known color: Lime Green. HEX triplet: 2E, F3 and 22. RGB value is (46,243,34). Sum of RGB (Red+Green+Blue) = 46+243+34=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 243 (95.31% from 255 or 75.23% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF322 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF322 is #D10CDD. Grayscale: #A0A0A0. Windows color (decimal): -13700318 or 2290478. OLE color: 2290478.
HSL color Cylindrical-coordinate representation of color #2EF322: hue angle of 116.56º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EF322 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 34 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.05 |
| HSL | 116.56º | 0.9% | 0.54% | - |
| HSV(B) | 116.56º | 0.86% | 0.95% | - |
| XYZ | 33.47 | 64.8 | 12.26 | - |
| YUV | 160.27 | 56.73 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 34 | 0.81 | 0 | 0.86 | 0.05 | 116.56 | 0.9 | 0.54 |
| Hex | 2E | F3 | 22 | 51 | 0 | 56 | 5 | 75 | 5A | 36 |
| Octal | 56 | 363 | 42 | 121 | 0 | 126 | 5 | 165 | 132 | 66 |
| Binary | 101110 | 11110011 | 100010 | 1010001 | 0 | 1010110 | 101 | 1110101 | 1011010 | 110110 |
Color Harmonies of #2EF322
Complementary color
Monochromatic Colors of #2EF322
Black with #2EF322
Text Example
Text Example
White with #2EF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF322; }
p { color: rgb(46,243,34); }
H1.HeaderClassName
{
color: #2EF322;
}
.AnyTagClassName
{
color: #2EF322;
}
</style>
background-color css
<style>
a { background-color: #2EF322; }
a { background-color: rgb(46,243,34); }
div.DivClassName
{
background-color: #2EF322;
}
.BgClassName
{
background-color: #2EF322;
}
</style>
border-color css
<style>
span { border-color: #2EF322; }
span { border-color: rgb(46,243,34); }
td.TdClassName
{
border-color: #2EF322;
}
.TagClassName
{
border-color: #2EF322;
}
</style>