Shades of Harlequin #3EE204
Tints of Harlequin #3EE204
RGB
CMYK
RGB Variations
Color information
#3EE204 (or 0x3EE204) is known color: Harlequin. HEX triplet: 3E, E2 and 04. RGB value is (62,226,4). Sum of RGB (Red+Green+Blue) = 62+226+4=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 226 (88.67% from 255 or 77.40% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 226 - color contains mainly: green. Hex color #3EE204 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE204 is #C11DFB. Grayscale: #989898. Windows color (decimal): -12656124 or 320062. OLE color: 320062.
HSL color Cylindrical-coordinate representation of color #3EE204: hue angle of 104.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EE204 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 226 | 4 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.11 |
| HSL | 104.32º | 0.97% | 0.45% | - |
| HSV(B) | 104.32º | 0.98% | 0.89% | - |
| XYZ | 29.2 | 55.43 | 9.27 | - |
| YUV | 151.66 | 44.67 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 226 | 4 | 0.73 | 0 | 0.98 | 0.11 | 104.32 | 0.97 | 0.45 |
| Hex | 3E | E2 | 4 | 49 | 0 | 62 | B | 68 | 61 | 2D |
| Octal | 76 | 342 | 4 | 111 | 0 | 142 | 13 | 150 | 141 | 55 |
| Binary | 111110 | 11100010 | 100 | 1001001 | 0 | 1100010 | 1011 | 1101000 | 1100001 | 101101 |
Color Harmonies of #3EE204
Complementary color
Monochromatic Colors of #3EE204
Black with #3EE204
Text Example
Text Example
White with #3EE204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE204; }
p { color: rgb(62,226,4); }
H1.HeaderClassName
{
color: #3EE204;
}
.AnyTagClassName
{
color: #3EE204;
}
</style>
background-color css
<style>
a { background-color: #3EE204; }
a { background-color: rgb(62,226,4); }
div.DivClassName
{
background-color: #3EE204;
}
.BgClassName
{
background-color: #3EE204;
}
</style>
border-color css
<style>
span { border-color: #3EE204; }
span { border-color: rgb(62,226,4); }
td.TdClassName
{
border-color: #3EE204;
}
.TagClassName
{
border-color: #3EE204;
}
</style>