Shades of Harlequin #3EFC00
Tints of Harlequin #3EFC00
RGB
CMYK
RGB Variations
Color information
#3EFC00 (or 0x3EFC00) is known color: Harlequin. HEX triplet: 3E, FC and 00. RGB value is (62,252,0). Sum of RGB (Red+Green+Blue) = 62+252+0=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 252 (98.83% from 255 or 80.25% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFC00 is #C103FF. Grayscale: #A7A7A7. Windows color (decimal): -12649472 or 64574. OLE color: 64574.
HSL color Cylindrical-coordinate representation of color #3EFC00: hue angle of 105.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3EFC00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.01 |
| HSL | 105.24º | 1% | 0.49% | - |
| HSV(B) | 105.24º | 1% | 0.99% | - |
| XYZ | 36.8 | 70.64 | 11.7 | - |
| YUV | 166.46 | 34.05 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 0 | 0.75 | 0 | 1 | 0.01 | 105.24 | 1 | 0.49 |
| Hex | 3E | FC | 0 | 4B | 0 | 64 | 1 | 69 | 64 | 31 |
| Octal | 76 | 374 | 0 | 113 | 0 | 144 | 1 | 151 | 144 | 61 |
| Binary | 111110 | 11111100 | 0 | 1001011 | 0 | 1100100 | 1 | 1101001 | 1100100 | 110001 |
Color Harmonies of #3EFC00
Complementary color
Monochromatic Colors of #3EFC00
Black with #3EFC00
Text Example
Text Example
White with #3EFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFC00; }
p { color: rgb(62,252,0); }
H1.HeaderClassName
{
color: #3EFC00;
}
.AnyTagClassName
{
color: #3EFC00;
}
</style>
background-color css
<style>
a { background-color: #3EFC00; }
a { background-color: rgb(62,252,0); }
div.DivClassName
{
background-color: #3EFC00;
}
.BgClassName
{
background-color: #3EFC00;
}
</style>
border-color css
<style>
span { border-color: #3EFC00; }
span { border-color: rgb(62,252,0); }
td.TdClassName
{
border-color: #3EFC00;
}
.TagClassName
{
border-color: #3EFC00;
}
</style>