Shades of Lime Green #3EE358
Tints of Lime Green #3EE358
RGB
CMYK
RGB Variations
Color information
#3EE358 (or 0x3EE358) is known color: Lime Green. HEX triplet: 3E, E3 and 58. RGB value is (62,227,88). Sum of RGB (Red+Green+Blue) = 62+227+88=377 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.45% from 377); Green value is 227 (89.06% from 255 or 60.21% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EE358 is #C11CA7. Grayscale: #A2A2A2. Windows color (decimal): -12655784 or 5825342. OLE color: 5825342.
HSL color Cylindrical-coordinate representation of color #3EE358: hue angle of 129.45º 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 #3EE358 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 227 | 88 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.11 |
| HSL | 129.45º | 0.75% | 0.57% | - |
| HSV(B) | 129.45º | 0.73% | 0.89% | - |
| XYZ | 31.22 | 56.67 | 18.53 | - |
| YUV | 161.82 | 86.34 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 227 | 88 | 0.73 | 0 | 0.61 | 0.11 | 129.45 | 0.75 | 0.57 |
| Hex | 3E | E3 | 58 | 49 | 0 | 3D | B | 81 | 4B | 39 |
| Octal | 76 | 343 | 130 | 111 | 0 | 75 | 13 | 201 | 113 | 71 |
| Binary | 111110 | 11100011 | 1011000 | 1001001 | 0 | 111101 | 1011 | 10000001 | 1001011 | 111001 |
Color Harmonies of #3EE358
Complementary color
Monochromatic Colors of #3EE358
Black with #3EE358
Text Example
Text Example
White with #3EE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE358; }
p { color: rgb(62,227,88); }
H1.HeaderClassName
{
color: #3EE358;
}
.AnyTagClassName
{
color: #3EE358;
}
</style>
background-color css
<style>
a { background-color: #3EE358; }
a { background-color: rgb(62,227,88); }
div.DivClassName
{
background-color: #3EE358;
}
.BgClassName
{
background-color: #3EE358;
}
</style>
border-color css
<style>
span { border-color: #3EE358; }
span { border-color: rgb(62,227,88); }
td.TdClassName
{
border-color: #3EE358;
}
.TagClassName
{
border-color: #3EE358;
}
</style>