Shades of Lime Green #3EE53A
Tints of Lime Green #3EE53A
RGB
CMYK
RGB Variations
Color information
#3EE53A (or 0x3EE53A) is known color: Lime Green. HEX triplet: 3E, E5 and 3A. RGB value is (62,229,58). Sum of RGB (Red+Green+Blue) = 62+229+58=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 229 (89.84% from 255 or 65.62% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 229 - color contains mainly: green. Hex color #3EE53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE53A is #C11AC5. Grayscale: #A0A0A0. Windows color (decimal): -12655302 or 3859774. OLE color: 3859774.
HSL color Cylindrical-coordinate representation of color #3EE53A: hue angle of 118.6º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EE53A is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 229 | 58 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.10 |
| HSL | 118.6º | 0.77% | 0.56% | - |
| HSV(B) | 118.6º | 0.75% | 0.9% | - |
| XYZ | 30.77 | 57.37 | 13.45 | - |
| YUV | 159.57 | 70.67 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 229 | 58 | 0.73 | 0 | 0.75 | 0.10 | 118.6 | 0.77 | 0.56 |
| Hex | 3E | E5 | 3A | 49 | 0 | 4B | A | 77 | 4D | 38 |
| Octal | 76 | 345 | 72 | 111 | 0 | 113 | 12 | 167 | 115 | 70 |
| Binary | 111110 | 11100101 | 111010 | 1001001 | 0 | 1001011 | 1010 | 1110111 | 1001101 | 111000 |
Color Harmonies of #3EE53A
Complementary color
Monochromatic Colors of #3EE53A
Black with #3EE53A
Text Example
Text Example
White with #3EE53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE53A; }
p { color: rgb(62,229,58); }
H1.HeaderClassName
{
color: #3EE53A;
}
.AnyTagClassName
{
color: #3EE53A;
}
</style>
background-color css
<style>
a { background-color: #3EE53A; }
a { background-color: rgb(62,229,58); }
div.DivClassName
{
background-color: #3EE53A;
}
.BgClassName
{
background-color: #3EE53A;
}
</style>
border-color css
<style>
span { border-color: #3EE53A; }
span { border-color: rgb(62,229,58); }
td.TdClassName
{
border-color: #3EE53A;
}
.TagClassName
{
border-color: #3EE53A;
}
</style>