Shades of Emerald #3EE960
Tints of Emerald #3EE960
RGB
CMYK
RGB Variations
Color information
#3EE960 (or 0x3EE960) is known color: Emerald. HEX triplet: 3E, E9 and 60. RGB value is (62,233,96). Sum of RGB (Red+Green+Blue) = 62+233+96=391 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.86% from 391); Green value is 233 (91.41% from 255 or 59.59% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 233 - color contains mainly: green. Hex color #3EE960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3EE960 is #C1169F. Grayscale: #A6A6A6. Windows color (decimal): -12654240 or 6351166. OLE color: 6351166.
HSL color Cylindrical-coordinate representation of color #3EE960: hue angle of 131.93º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE960 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 233 | 96 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.09 |
| HSL | 131.93º | 0.8% | 0.58% | - |
| HSV(B) | 131.93º | 0.73% | 0.91% | - |
| XYZ | 33.24 | 60.15 | 20.92 | - |
| YUV | 166.25 | 88.35 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 233 | 96 | 0.73 | 0 | 0.59 | 0.09 | 131.93 | 0.8 | 0.58 |
| Hex | 3E | E9 | 60 | 49 | 0 | 3B | 9 | 84 | 50 | 3A |
| Octal | 76 | 351 | 140 | 111 | 0 | 73 | 11 | 204 | 120 | 72 |
| Binary | 111110 | 11101001 | 1100000 | 1001001 | 0 | 111011 | 1001 | 10000100 | 1010000 | 111010 |
Color Harmonies of #3EE960
Complementary color
Monochromatic Colors of #3EE960
Black with #3EE960
Text Example
Text Example
White with #3EE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE960; }
p { color: rgb(62,233,96); }
H1.HeaderClassName
{
color: #3EE960;
}
.AnyTagClassName
{
color: #3EE960;
}
</style>
background-color css
<style>
a { background-color: #3EE960; }
a { background-color: rgb(62,233,96); }
div.DivClassName
{
background-color: #3EE960;
}
.BgClassName
{
background-color: #3EE960;
}
</style>
border-color css
<style>
span { border-color: #3EE960; }
span { border-color: rgb(62,233,96); }
td.TdClassName
{
border-color: #3EE960;
}
.TagClassName
{
border-color: #3EE960;
}
</style>