Shades of Harlequin #3EF200
Tints of Harlequin #3EF200
RGB
CMYK
RGB Variations
Color information
#3EF200 (or 0x3EF200) is known color: Harlequin. HEX triplet: 3E, F2 and 00. RGB value is (62,242,0). Sum of RGB (Red+Green+Blue) = 62+242+0=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 242 (94.92% from 255 or 79.61% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF200 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF200 is #C10DFF. Grayscale: #A1A1A1. Windows color (decimal): -12652032 or 62014. OLE color: 62014.
HSL color Cylindrical-coordinate representation of color #3EF200: hue angle of 104.63º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3EF200 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 242 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.05 |
| HSL | 104.63º | 1% | 0.47% | - |
| HSV(B) | 104.63º | 1% | 0.95% | - |
| XYZ | 33.74 | 64.53 | 10.68 | - |
| YUV | 160.59 | 37.37 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 242 | 0 | 0.74 | 0 | 1 | 0.05 | 104.63 | 1 | 0.47 |
| Hex | 3E | F2 | 0 | 4A | 0 | 64 | 5 | 69 | 64 | 2F |
| Octal | 76 | 362 | 0 | 112 | 0 | 144 | 5 | 151 | 144 | 57 |
| Binary | 111110 | 11110010 | 0 | 1001010 | 0 | 1100100 | 101 | 1101001 | 1100100 | 101111 |
Color Harmonies of #3EF200
Complementary color
Monochromatic Colors of #3EF200
Black with #3EF200
Text Example
Text Example
White with #3EF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF200; }
p { color: rgb(62,242,0); }
H1.HeaderClassName
{
color: #3EF200;
}
.AnyTagClassName
{
color: #3EF200;
}
</style>
background-color css
<style>
a { background-color: #3EF200; }
a { background-color: rgb(62,242,0); }
div.DivClassName
{
background-color: #3EF200;
}
.BgClassName
{
background-color: #3EF200;
}
</style>
border-color css
<style>
span { border-color: #3EF200; }
span { border-color: rgb(62,242,0); }
td.TdClassName
{
border-color: #3EF200;
}
.TagClassName
{
border-color: #3EF200;
}
</style>