Shades of Harlequin #3EFC19
Tints of Harlequin #3EFC19
RGB
CMYK
RGB Variations
Color information
#3EFC19 (or 0x3EFC19) is known color: Harlequin. HEX triplet: 3E, FC and 19. RGB value is (62,252,25). Sum of RGB (Red+Green+Blue) = 62+252+25=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 252 (98.83% from 255 or 74.34% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFC19 is #C103E6. Grayscale: #AAAAAA. Windows color (decimal): -12649447 or 1702974. OLE color: 1702974.
HSL color Cylindrical-coordinate representation of color #3EFC19: hue angle of 110.22º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3EFC19 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 25 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.01 |
| HSL | 110.22º | 0.97% | 0.54% | - |
| HSV(B) | 110.22º | 0.9% | 0.99% | - |
| XYZ | 36.97 | 70.72 | 12.62 | - |
| YUV | 169.31 | 46.55 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 25 | 0.75 | 0 | 0.90 | 0.01 | 110.22 | 0.97 | 0.54 |
| Hex | 3E | FC | 19 | 4B | 0 | 5A | 1 | 6E | 61 | 36 |
| Octal | 76 | 374 | 31 | 113 | 0 | 132 | 1 | 156 | 141 | 66 |
| Binary | 111110 | 11111100 | 11001 | 1001011 | 0 | 1011010 | 1 | 1101110 | 1100001 | 110110 |
Color Harmonies of #3EFC19
Complementary color
Monochromatic Colors of #3EFC19
Black with #3EFC19
Text Example
Text Example
White with #3EFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFC19; }
p { color: rgb(62,252,25); }
H1.HeaderClassName
{
color: #3EFC19;
}
.AnyTagClassName
{
color: #3EFC19;
}
</style>
background-color css
<style>
a { background-color: #3EFC19; }
a { background-color: rgb(62,252,25); }
div.DivClassName
{
background-color: #3EFC19;
}
.BgClassName
{
background-color: #3EFC19;
}
</style>
border-color css
<style>
span { border-color: #3EFC19; }
span { border-color: rgb(62,252,25); }
td.TdClassName
{
border-color: #3EFC19;
}
.TagClassName
{
border-color: #3EFC19;
}
</style>