Shades of Emerald #3EF282
Tints of Emerald #3EF282
RGB
CMYK
RGB Variations
Color information
#3EF282 (or 0x3EF282) is known color: Emerald. HEX triplet: 3E, F2 and 82. RGB value is (62,242,130). Sum of RGB (Red+Green+Blue) = 62+242+130=434 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.29% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF282 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EF282 is #C10D7D. Grayscale: #AFAFAF. Windows color (decimal): -12651902 or 8581694. OLE color: 8581694.
HSL color Cylindrical-coordinate representation of color #3EF282: hue angle of 142.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF282 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 242 | 130 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.05 |
| HSL | 142.67º | 0.87% | 0.6% | - |
| HSV(B) | 142.67º | 0.74% | 0.95% | - |
| XYZ | 37.77 | 66.14 | 31.89 | - |
| YUV | 175.41 | 102.37 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 242 | 130 | 0.74 | 0 | 0.46 | 0.05 | 142.67 | 0.87 | 0.6 |
| Hex | 3E | F2 | 82 | 4A | 0 | 2E | 5 | 8F | 57 | 3C |
| Octal | 76 | 362 | 202 | 112 | 0 | 56 | 5 | 217 | 127 | 74 |
| Binary | 111110 | 11110010 | 10000010 | 1001010 | 0 | 101110 | 101 | 10001111 | 1010111 | 111100 |
Color Harmonies of #3EF282
Complementary color
Monochromatic Colors of #3EF282
Black with #3EF282
Text Example
Text Example
White with #3EF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF282; }
p { color: rgb(62,242,130); }
H1.HeaderClassName
{
color: #3EF282;
}
.AnyTagClassName
{
color: #3EF282;
}
</style>
background-color css
<style>
a { background-color: #3EF282; }
a { background-color: rgb(62,242,130); }
div.DivClassName
{
background-color: #3EF282;
}
.BgClassName
{
background-color: #3EF282;
}
</style>
border-color css
<style>
span { border-color: #3EF282; }
span { border-color: rgb(62,242,130); }
td.TdClassName
{
border-color: #3EF282;
}
.TagClassName
{
border-color: #3EF282;
}
</style>