Shades of Harlequin #3EDE00
Tints of Harlequin #3EDE00
RGB
CMYK
RGB Variations
Color information
#3EDE00 (or 0x3EDE00) is known color: Harlequin. HEX triplet: 3E, DE and 00. RGB value is (62,222,0). Sum of RGB (Red+Green+Blue) = 62+222+0=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 222 (87.11% from 255 or 78.17% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDE00 is #C121FF. Grayscale: #959595. Windows color (decimal): -12657152 or 56894. OLE color: 56894.
HSL color Cylindrical-coordinate representation of color #3EDE00: hue angle of 103.24º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3EDE00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.13 |
| HSL | 103.24º | 1% | 0.44% | - |
| HSV(B) | 103.24º | 1% | 0.87% | - |
| XYZ | 28.11 | 53.27 | 8.8 | - |
| YUV | 148.85 | 43.99 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 0 | 0.72 | 0 | 1 | 0.13 | 103.24 | 1 | 0.44 |
| Hex | 3E | DE | 0 | 48 | 0 | 64 | D | 67 | 64 | 2C |
| Octal | 76 | 336 | 0 | 110 | 0 | 144 | 15 | 147 | 144 | 54 |
| Binary | 111110 | 11011110 | 0 | 1001000 | 0 | 1100100 | 1101 | 1100111 | 1100100 | 101100 |
Color Harmonies of #3EDE00
Complementary color
Monochromatic Colors of #3EDE00
Black with #3EDE00
Text Example
Text Example
White with #3EDE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDE00; }
p { color: rgb(62,222,0); }
H1.HeaderClassName
{
color: #3EDE00;
}
.AnyTagClassName
{
color: #3EDE00;
}
</style>
background-color css
<style>
a { background-color: #3EDE00; }
a { background-color: rgb(62,222,0); }
div.DivClassName
{
background-color: #3EDE00;
}
.BgClassName
{
background-color: #3EDE00;
}
</style>
border-color css
<style>
span { border-color: #3EDE00; }
span { border-color: rgb(62,222,0); }
td.TdClassName
{
border-color: #3EDE00;
}
.TagClassName
{
border-color: #3EDE00;
}
</style>