Shades of Emerald #3EF482
Tints of Emerald #3EF482
RGB
CMYK
RGB Variations
Color information
#3EF482 (or 0x3EF482) is known color: Emerald. HEX triplet: 3E, F4 and 82. RGB value is (62,244,130). Sum of RGB (Red+Green+Blue) = 62+244+130=436 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.22% from 436); Green value is 244 (95.70% from 255 or 55.96% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 244 - color contains mainly: green. Hex color #3EF482 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EF482 is #C10B7D. Grayscale: #B0B0B0. Windows color (decimal): -12651390 or 8582206. OLE color: 8582206.
HSL color Cylindrical-coordinate representation of color #3EF482: hue angle of 142.42º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF482 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 244 | 130 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.04 |
| HSL | 142.42º | 0.89% | 0.6% | - |
| HSV(B) | 142.42º | 0.75% | 0.96% | - |
| XYZ | 38.37 | 67.34 | 32.09 | - |
| YUV | 176.59 | 101.7 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 244 | 130 | 0.75 | 0 | 0.47 | 0.04 | 142.42 | 0.89 | 0.6 |
| Hex | 3E | F4 | 82 | 4B | 0 | 2F | 4 | 8E | 59 | 3C |
| Octal | 76 | 364 | 202 | 113 | 0 | 57 | 4 | 216 | 131 | 74 |
| Binary | 111110 | 11110100 | 10000010 | 1001011 | 0 | 101111 | 100 | 10001110 | 1011001 | 111100 |
Color Harmonies of #3EF482
Complementary color
Monochromatic Colors of #3EF482
Black with #3EF482
Text Example
Text Example
White with #3EF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF482; }
p { color: rgb(62,244,130); }
H1.HeaderClassName
{
color: #3EF482;
}
.AnyTagClassName
{
color: #3EF482;
}
</style>
background-color css
<style>
a { background-color: #3EF482; }
a { background-color: rgb(62,244,130); }
div.DivClassName
{
background-color: #3EF482;
}
.BgClassName
{
background-color: #3EF482;
}
</style>
border-color css
<style>
span { border-color: #3EF482; }
span { border-color: rgb(62,244,130); }
td.TdClassName
{
border-color: #3EF482;
}
.TagClassName
{
border-color: #3EF482;
}
</style>