Shades of Harlequin #3EFE00
Tints of Harlequin #3EFE00
RGB
CMYK
RGB Variations
Color information
#3EFE00 (or 0x3EFE00) is known color: Harlequin. HEX triplet: 3E, FE and 00. RGB value is (62,254,0). Sum of RGB (Red+Green+Blue) = 62+254+0=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 254 (99.61% from 255 or 80.38% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFE00 is #C101FF. Grayscale: #A8A8A8. Windows color (decimal): -12648960 or 65086. OLE color: 65086.
HSL color Cylindrical-coordinate representation of color #3EFE00: hue angle of 105.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3EFE00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.00 |
| HSL | 105.35º | 1% | 0.5% | - |
| HSV(B) | 105.35º | 1% | 1% | - |
| XYZ | 37.43 | 71.91 | 11.91 | - |
| YUV | 167.64 | 33.39 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 0 | 0.76 | 0 | 1 | 0.00 | 105.35 | 1 | 0.5 |
| Hex | 3E | FE | 0 | 4C | 0 | 64 | 0 | 69 | 64 | 32 |
| Octal | 76 | 376 | 0 | 114 | 0 | 144 | 0 | 151 | 144 | 62 |
| Binary | 111110 | 11111110 | 0 | 1001100 | 0 | 1100100 | 0 | 1101001 | 1100100 | 110010 |
Color Harmonies of #3EFE00
Complementary color
Monochromatic Colors of #3EFE00
Black with #3EFE00
Text Example
Text Example
White with #3EFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFE00; }
p { color: rgb(62,254,0); }
H1.HeaderClassName
{
color: #3EFE00;
}
.AnyTagClassName
{
color: #3EFE00;
}
</style>
background-color css
<style>
a { background-color: #3EFE00; }
a { background-color: rgb(62,254,0); }
div.DivClassName
{
background-color: #3EFE00;
}
.BgClassName
{
background-color: #3EFE00;
}
</style>
border-color css
<style>
span { border-color: #3EFE00; }
span { border-color: rgb(62,254,0); }
td.TdClassName
{
border-color: #3EFE00;
}
.TagClassName
{
border-color: #3EFE00;
}
</style>