Shades of Lime Green #3EE52F
Tints of Lime Green #3EE52F
RGB
CMYK
RGB Variations
Color information
#3EE52F (or 0x3EE52F) is known color: Lime Green. HEX triplet: 3E, E5 and 2F. RGB value is (62,229,47). Sum of RGB (Red+Green+Blue) = 62+229+47=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 229 (89.84% from 255 or 67.75% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 229 - color contains mainly: green. Hex color #3EE52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE52F is #C11AD0. Grayscale: #9E9E9E. Windows color (decimal): -12655313 or 3138878. OLE color: 3138878.
HSL color Cylindrical-coordinate representation of color #3EE52F: hue angle of 115.05º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3EE52F is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 229 | 47 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.10 |
| HSL | 115.05º | 0.78% | 0.54% | - |
| HSV(B) | 115.05º | 0.79% | 0.9% | - |
| XYZ | 30.52 | 57.27 | 12.13 | - |
| YUV | 158.32 | 65.17 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 229 | 47 | 0.73 | 0 | 0.79 | 0.10 | 115.05 | 0.78 | 0.54 |
| Hex | 3E | E5 | 2F | 49 | 0 | 4F | A | 73 | 4E | 36 |
| Octal | 76 | 345 | 57 | 111 | 0 | 117 | 12 | 163 | 116 | 66 |
| Binary | 111110 | 11100101 | 101111 | 1001001 | 0 | 1001111 | 1010 | 1110011 | 1001110 | 110110 |
Color Harmonies of #3EE52F
Complementary color
Monochromatic Colors of #3EE52F
Black with #3EE52F
Text Example
Text Example
White with #3EE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE52F; }
p { color: rgb(62,229,47); }
H1.HeaderClassName
{
color: #3EE52F;
}
.AnyTagClassName
{
color: #3EE52F;
}
</style>
background-color css
<style>
a { background-color: #3EE52F; }
a { background-color: rgb(62,229,47); }
div.DivClassName
{
background-color: #3EE52F;
}
.BgClassName
{
background-color: #3EE52F;
}
</style>
border-color css
<style>
span { border-color: #3EE52F; }
span { border-color: rgb(62,229,47); }
td.TdClassName
{
border-color: #3EE52F;
}
.TagClassName
{
border-color: #3EE52F;
}
</style>