Shades of Lime Green #3EE52A
Tints of Lime Green #3EE52A
RGB
CMYK
RGB Variations
Color information
#3EE52A (or 0x3EE52A) is known color: Lime Green. HEX triplet: 3E, E5 and 2A. RGB value is (62,229,42). Sum of RGB (Red+Green+Blue) = 62+229+42=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 229 (89.84% from 255 or 68.77% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 229 - color contains mainly: green. Hex color #3EE52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE52A is #C11AD5. Grayscale: #9E9E9E. Windows color (decimal): -12655318 or 2811198. OLE color: 2811198.
HSL color Cylindrical-coordinate representation of color #3EE52A: hue angle of 113.58º degrees, saturation: 0.78, 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 #3EE52A is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 229 | 42 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.10 |
| HSL | 113.58º | 0.78% | 0.53% | - |
| HSV(B) | 113.58º | 0.82% | 0.9% | - |
| XYZ | 30.42 | 57.23 | 11.63 | - |
| YUV | 157.75 | 62.67 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 229 | 42 | 0.73 | 0 | 0.82 | 0.10 | 113.58 | 0.78 | 0.53 |
| Hex | 3E | E5 | 2A | 49 | 0 | 52 | A | 72 | 4E | 35 |
| Octal | 76 | 345 | 52 | 111 | 0 | 122 | 12 | 162 | 116 | 65 |
| Binary | 111110 | 11100101 | 101010 | 1001001 | 0 | 1010010 | 1010 | 1110010 | 1001110 | 110101 |
Color Harmonies of #3EE52A
Complementary color
Monochromatic Colors of #3EE52A
Black with #3EE52A
Text Example
Text Example
White with #3EE52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE52A; }
p { color: rgb(62,229,42); }
H1.HeaderClassName
{
color: #3EE52A;
}
.AnyTagClassName
{
color: #3EE52A;
}
</style>
background-color css
<style>
a { background-color: #3EE52A; }
a { background-color: rgb(62,229,42); }
div.DivClassName
{
background-color: #3EE52A;
}
.BgClassName
{
background-color: #3EE52A;
}
</style>
border-color css
<style>
span { border-color: #3EE52A; }
span { border-color: rgb(62,229,42); }
td.TdClassName
{
border-color: #3EE52A;
}
.TagClassName
{
border-color: #3EE52A;
}
</style>