Shades of Lime Green #3EE458
Tints of Lime Green #3EE458
RGB
CMYK
RGB Variations
Color information
#3EE458 (or 0x3EE458) is known color: Lime Green. HEX triplet: 3E, E4 and 58. RGB value is (62,228,88). Sum of RGB (Red+Green+Blue) = 62+228+88=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 228 (89.45% from 255 or 60.32% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EE458 is #C11BA7. Grayscale: #A2A2A2. Windows color (decimal): -12655528 or 5825598. OLE color: 5825598.
HSL color Cylindrical-coordinate representation of color #3EE458: hue angle of 129.4º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE458 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 228 | 88 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.11 |
| HSL | 129.4º | 0.75% | 0.57% | - |
| HSV(B) | 129.4º | 0.73% | 0.89% | - |
| XYZ | 31.49 | 57.22 | 18.62 | - |
| YUV | 162.41 | 86 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 228 | 88 | 0.73 | 0 | 0.61 | 0.11 | 129.4 | 0.75 | 0.57 |
| Hex | 3E | E4 | 58 | 49 | 0 | 3D | B | 81 | 4B | 39 |
| Octal | 76 | 344 | 130 | 111 | 0 | 75 | 13 | 201 | 113 | 71 |
| Binary | 111110 | 11100100 | 1011000 | 1001001 | 0 | 111101 | 1011 | 10000001 | 1001011 | 111001 |
Color Harmonies of #3EE458
Complementary color
Monochromatic Colors of #3EE458
Black with #3EE458
Text Example
Text Example
White with #3EE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE458; }
p { color: rgb(62,228,88); }
H1.HeaderClassName
{
color: #3EE458;
}
.AnyTagClassName
{
color: #3EE458;
}
</style>
background-color css
<style>
a { background-color: #3EE458; }
a { background-color: rgb(62,228,88); }
div.DivClassName
{
background-color: #3EE458;
}
.BgClassName
{
background-color: #3EE458;
}
</style>
border-color css
<style>
span { border-color: #3EE458; }
span { border-color: rgb(62,228,88); }
td.TdClassName
{
border-color: #3EE458;
}
.TagClassName
{
border-color: #3EE458;
}
</style>