Shades of Harlequin #3EE814
Tints of Harlequin #3EE814
RGB
CMYK
RGB Variations
Color information
#3EE814 (or 0x3EE814) is known color: Harlequin. HEX triplet: 3E, E8 and 14. RGB value is (62,232,20). Sum of RGB (Red+Green+Blue) = 62+232+20=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 232 (91.02% from 255 or 73.89% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 232 - color contains mainly: green. Hex color #3EE814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EE814 is #C117EB. Grayscale: #9D9D9D. Windows color (decimal): -12654572 or 1370174. OLE color: 1370174.
HSL color Cylindrical-coordinate representation of color #3EE814: hue angle of 108.11º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3EE814 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 232 | 20 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.09 |
| HSL | 108.11º | 0.84% | 0.49% | - |
| HSV(B) | 108.11º | 0.91% | 0.91% | - |
| XYZ | 30.97 | 58.79 | 10.38 | - |
| YUV | 157 | 50.68 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 232 | 20 | 0.73 | 0 | 0.91 | 0.09 | 108.11 | 0.84 | 0.49 |
| Hex | 3E | E8 | 14 | 49 | 0 | 5B | 9 | 6C | 54 | 31 |
| Octal | 76 | 350 | 24 | 111 | 0 | 133 | 11 | 154 | 124 | 61 |
| Binary | 111110 | 11101000 | 10100 | 1001001 | 0 | 1011011 | 1001 | 1101100 | 1010100 | 110001 |
Color Harmonies of #3EE814
Complementary color
Monochromatic Colors of #3EE814
Black with #3EE814
Text Example
Text Example
White with #3EE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE814; }
p { color: rgb(62,232,20); }
H1.HeaderClassName
{
color: #3EE814;
}
.AnyTagClassName
{
color: #3EE814;
}
</style>
background-color css
<style>
a { background-color: #3EE814; }
a { background-color: rgb(62,232,20); }
div.DivClassName
{
background-color: #3EE814;
}
.BgClassName
{
background-color: #3EE814;
}
</style>
border-color css
<style>
span { border-color: #3EE814; }
span { border-color: rgb(62,232,20); }
td.TdClassName
{
border-color: #3EE814;
}
.TagClassName
{
border-color: #3EE814;
}
</style>