Shades of Harlequin #3EFD00
Tints of Harlequin #3EFD00
RGB
CMYK
RGB Variations
Color information
#3EFD00 (or 0x3EFD00) is known color: Harlequin. HEX triplet: 3E, FD and 00. RGB value is (62,253,0). Sum of RGB (Red+Green+Blue) = 62+253+0=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 253 (99.22% from 255 or 80.32% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFD00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFD00 is #C102FF. Grayscale: #A7A7A7. Windows color (decimal): -12649216 or 64830. OLE color: 64830.
HSL color Cylindrical-coordinate representation of color #3EFD00: hue angle of 105.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3EFD00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.01 |
| HSL | 105.3º | 1% | 0.5% | - |
| HSV(B) | 105.3º | 1% | 0.99% | - |
| XYZ | 37.11 | 71.27 | 11.8 | - |
| YUV | 167.05 | 33.72 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 0 | 0.75 | 0 | 1 | 0.01 | 105.3 | 1 | 0.5 |
| Hex | 3E | FD | 0 | 4B | 0 | 64 | 1 | 69 | 64 | 32 |
| Octal | 76 | 375 | 0 | 113 | 0 | 144 | 1 | 151 | 144 | 62 |
| Binary | 111110 | 11111101 | 0 | 1001011 | 0 | 1100100 | 1 | 1101001 | 1100100 | 110010 |
Color Harmonies of #3EFD00
Complementary color
Monochromatic Colors of #3EFD00
Black with #3EFD00
Text Example
Text Example
White with #3EFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFD00; }
p { color: rgb(62,253,0); }
H1.HeaderClassName
{
color: #3EFD00;
}
.AnyTagClassName
{
color: #3EFD00;
}
</style>
background-color css
<style>
a { background-color: #3EFD00; }
a { background-color: rgb(62,253,0); }
div.DivClassName
{
background-color: #3EFD00;
}
.BgClassName
{
background-color: #3EFD00;
}
</style>
border-color css
<style>
span { border-color: #3EFD00; }
span { border-color: rgb(62,253,0); }
td.TdClassName
{
border-color: #3EFD00;
}
.TagClassName
{
border-color: #3EFD00;
}
</style>