Shades of Lime Green #2EE62F
Tints of Lime Green #2EE62F
RGB
CMYK
RGB Variations
Color information
#2EE62F (or 0x2EE62F) is known color: Lime Green. HEX triplet: 2E, E6 and 2F. RGB value is (46,230,47). Sum of RGB (Red+Green+Blue) = 46+230+47=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 230 (90.23% from 255 or 71.21% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE62F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE62F is #D119D0. Grayscale: #9A9A9A. Windows color (decimal): -13703633 or 3139118. OLE color: 3139118.
HSL color Cylindrical-coordinate representation of color #2EE62F: hue angle of 120.33º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE62F is Cyan = 0.8, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 47 | - |
| CMYK | 0.8 | 0 | 0.80 | 0.10 |
| HSL | 120.33º | 0.79% | 0.54% | - |
| HSV(B) | 120.33º | 0.8% | 0.9% | - |
| XYZ | 29.94 | 57.38 | 12.19 | - |
| YUV | 154.12 | 67.54 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 47 | 0.8 | 0 | 0.80 | 0.10 | 120.33 | 0.79 | 0.54 |
| Hex | 2E | E6 | 2F | 50 | 0 | 50 | A | 78 | 4F | 36 |
| Octal | 56 | 346 | 57 | 120 | 0 | 120 | 12 | 170 | 117 | 66 |
| Binary | 101110 | 11100110 | 101111 | 1010000 | 0 | 1010000 | 1010 | 1111000 | 1001111 | 110110 |
Color Harmonies of #2EE62F
Complementary color
Monochromatic Colors of #2EE62F
Black with #2EE62F
Text Example
Text Example
White with #2EE62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE62F; }
p { color: rgb(46,230,47); }
H1.HeaderClassName
{
color: #2EE62F;
}
.AnyTagClassName
{
color: #2EE62F;
}
</style>
background-color css
<style>
a { background-color: #2EE62F; }
a { background-color: rgb(46,230,47); }
div.DivClassName
{
background-color: #2EE62F;
}
.BgClassName
{
background-color: #2EE62F;
}
</style>
border-color css
<style>
span { border-color: #2EE62F; }
span { border-color: rgb(46,230,47); }
td.TdClassName
{
border-color: #2EE62F;
}
.TagClassName
{
border-color: #2EE62F;
}
</style>