Shades of Harlequin #3EFC0E
Tints of Harlequin #3EFC0E
RGB
CMYK
RGB Variations
Color information
#3EFC0E (or 0x3EFC0E) is known color: Harlequin. HEX triplet: 3E, FC and 0E. RGB value is (62,252,14). Sum of RGB (Red+Green+Blue) = 62+252+14=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 252 (98.83% from 255 or 76.83% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFC0E is #C103F1. Grayscale: #A8A8A8. Windows color (decimal): -12649458 or 982078. OLE color: 982078.
HSL color Cylindrical-coordinate representation of color #3EFC0E: hue angle of 107.9º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3EFC0E is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 14 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.01 |
| HSL | 107.9º | 0.98% | 0.52% | - |
| HSV(B) | 107.9º | 0.94% | 0.99% | - |
| XYZ | 36.88 | 70.68 | 12.11 | - |
| YUV | 168.06 | 41.05 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 14 | 0.75 | 0 | 0.94 | 0.01 | 107.9 | 0.98 | 0.52 |
| Hex | 3E | FC | E | 4B | 0 | 5E | 1 | 6C | 62 | 34 |
| Octal | 76 | 374 | 16 | 113 | 0 | 136 | 1 | 154 | 142 | 64 |
| Binary | 111110 | 11111100 | 1110 | 1001011 | 0 | 1011110 | 1 | 1101100 | 1100010 | 110100 |
Color Harmonies of #3EFC0E
Complementary color
Monochromatic Colors of #3EFC0E
Black with #3EFC0E
Text Example
Text Example
White with #3EFC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFC0E; }
p { color: rgb(62,252,14); }
H1.HeaderClassName
{
color: #3EFC0E;
}
.AnyTagClassName
{
color: #3EFC0E;
}
</style>
background-color css
<style>
a { background-color: #3EFC0E; }
a { background-color: rgb(62,252,14); }
div.DivClassName
{
background-color: #3EFC0E;
}
.BgClassName
{
background-color: #3EFC0E;
}
</style>
border-color css
<style>
span { border-color: #3EFC0E; }
span { border-color: rgb(62,252,14); }
td.TdClassName
{
border-color: #3EFC0E;
}
.TagClassName
{
border-color: #3EFC0E;
}
</style>