Shades of Lime Green #2EE629
Tints of Lime Green #2EE629
RGB
CMYK
RGB Variations
Color information
#2EE629 (or 0x2EE629) is known color: Lime Green. HEX triplet: 2E, E6 and 29. RGB value is (46,230,41). Sum of RGB (Red+Green+Blue) = 46+230+41=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 230 (90.23% from 255 or 72.56% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE629 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE629 is #D119D6. Grayscale: #9A9A9A. Windows color (decimal): -13703639 or 2745902. OLE color: 2745902.
HSL color Cylindrical-coordinate representation of color #2EE629: hue angle of 118.41º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE629 is Cyan = 0.8, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 41 | - |
| CMYK | 0.8 | 0 | 0.82 | 0.10 |
| HSL | 118.41º | 0.79% | 0.53% | - |
| HSV(B) | 118.41º | 0.82% | 0.9% | - |
| XYZ | 29.82 | 57.33 | 11.59 | - |
| YUV | 153.44 | 64.54 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 41 | 0.8 | 0 | 0.82 | 0.10 | 118.41 | 0.79 | 0.53 |
| Hex | 2E | E6 | 29 | 50 | 0 | 52 | A | 76 | 4F | 35 |
| Octal | 56 | 346 | 51 | 120 | 0 | 122 | 12 | 166 | 117 | 65 |
| Binary | 101110 | 11100110 | 101001 | 1010000 | 0 | 1010010 | 1010 | 1110110 | 1001111 | 110101 |
Color Harmonies of #2EE629
Complementary color
Monochromatic Colors of #2EE629
Black with #2EE629
Text Example
Text Example
White with #2EE629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE629; }
p { color: rgb(46,230,41); }
H1.HeaderClassName
{
color: #2EE629;
}
.AnyTagClassName
{
color: #2EE629;
}
</style>
background-color css
<style>
a { background-color: #2EE629; }
a { background-color: rgb(46,230,41); }
div.DivClassName
{
background-color: #2EE629;
}
.BgClassName
{
background-color: #2EE629;
}
</style>
border-color css
<style>
span { border-color: #2EE629; }
span { border-color: rgb(46,230,41); }
td.TdClassName
{
border-color: #2EE629;
}
.TagClassName
{
border-color: #2EE629;
}
</style>