Shades of Lime Green #3EE356
Tints of Lime Green #3EE356
RGB
CMYK
RGB Variations
Color information
#3EE356 (or 0x3EE356) is known color: Lime Green. HEX triplet: 3E, E3 and 56. RGB value is (62,227,86). Sum of RGB (Red+Green+Blue) = 62+227+86=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 227 (89.06% from 255 or 60.53% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EE356 is #C11CA9. Grayscale: #A1A1A1. Windows color (decimal): -12655786 or 5694270. OLE color: 5694270.
HSL color Cylindrical-coordinate representation of color #3EE356: hue angle of 128.73º 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 #3EE356 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 227 | 86 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.11 |
| HSL | 128.73º | 0.75% | 0.57% | - |
| HSV(B) | 128.73º | 0.73% | 0.89% | - |
| XYZ | 31.14 | 56.63 | 18.09 | - |
| YUV | 161.59 | 85.34 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 227 | 86 | 0.73 | 0 | 0.62 | 0.11 | 128.73 | 0.75 | 0.57 |
| Hex | 3E | E3 | 56 | 49 | 0 | 3E | B | 81 | 4B | 39 |
| Octal | 76 | 343 | 126 | 111 | 0 | 76 | 13 | 201 | 113 | 71 |
| Binary | 111110 | 11100011 | 1010110 | 1001001 | 0 | 111110 | 1011 | 10000001 | 1001011 | 111001 |
Color Harmonies of #3EE356
Complementary color
Monochromatic Colors of #3EE356
Black with #3EE356
Text Example
Text Example
White with #3EE356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE356; }
p { color: rgb(62,227,86); }
H1.HeaderClassName
{
color: #3EE356;
}
.AnyTagClassName
{
color: #3EE356;
}
</style>
background-color css
<style>
a { background-color: #3EE356; }
a { background-color: rgb(62,227,86); }
div.DivClassName
{
background-color: #3EE356;
}
.BgClassName
{
background-color: #3EE356;
}
</style>
border-color css
<style>
span { border-color: #3EE356; }
span { border-color: rgb(62,227,86); }
td.TdClassName
{
border-color: #3EE356;
}
.TagClassName
{
border-color: #3EE356;
}
</style>