Shades of Harlequin #3EE801
Tints of Harlequin #3EE801
RGB
CMYK
RGB Variations
Color information
#3EE801 (or 0x3EE801) is known color: Harlequin. HEX triplet: 3E, E8 and 01. RGB value is (62,232,1). Sum of RGB (Red+Green+Blue) = 62+232+1=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 232 (91.02% from 255 or 78.64% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 232 - color contains mainly: green. Hex color #3EE801 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EE801 is #C117FE. Grayscale: #9B9B9B. Windows color (decimal): -12654591 or 124990. OLE color: 124990.
HSL color Cylindrical-coordinate representation of color #3EE801: hue angle of 104.16º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3EE801 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 232 | 1 | - |
| CMYK | 0.73 | 0 | 1.00 | 0.09 |
| HSL | 104.16º | 0.99% | 0.46% | - |
| HSV(B) | 104.16º | 1% | 0.91% | - |
| XYZ | 30.85 | 58.74 | 9.74 | - |
| YUV | 154.84 | 41.18 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 232 | 1 | 0.73 | 0 | 1.00 | 0.09 | 104.16 | 0.99 | 0.46 |
| Hex | 3E | E8 | 1 | 49 | 0 | 64 | 9 | 68 | 63 | 2E |
| Octal | 76 | 350 | 1 | 111 | 0 | 144 | 11 | 150 | 143 | 56 |
| Binary | 111110 | 11101000 | 1 | 1001001 | 0 | 1100100 | 1001 | 1101000 | 1100011 | 101110 |
Color Harmonies of #3EE801
Complementary color
Monochromatic Colors of #3EE801
Black with #3EE801
Text Example
Text Example
White with #3EE801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE801; }
p { color: rgb(62,232,1); }
H1.HeaderClassName
{
color: #3EE801;
}
.AnyTagClassName
{
color: #3EE801;
}
</style>
background-color css
<style>
a { background-color: #3EE801; }
a { background-color: rgb(62,232,1); }
div.DivClassName
{
background-color: #3EE801;
}
.BgClassName
{
background-color: #3EE801;
}
</style>
border-color css
<style>
span { border-color: #3EE801; }
span { border-color: rgb(62,232,1); }
td.TdClassName
{
border-color: #3EE801;
}
.TagClassName
{
border-color: #3EE801;
}
</style>