Shades of Harlequin #3EDF02
Tints of Harlequin #3EDF02
RGB
CMYK
RGB Variations
Color information
#3EDF02 (or 0x3EDF02) is known color: Harlequin. HEX triplet: 3E, DF and 02. RGB value is (62,223,2). Sum of RGB (Red+Green+Blue) = 62+223+2=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDF02 is #C120FD. Grayscale: #969696. Windows color (decimal): -12656894 or 188222. OLE color: 188222.
HSL color Cylindrical-coordinate representation of color #3EDF02: hue angle of 103.71º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3EDF02 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 2 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.13 |
| HSL | 103.71º | 0.98% | 0.44% | - |
| HSV(B) | 103.71º | 0.99% | 0.87% | - |
| XYZ | 28.39 | 53.8 | 8.95 | - |
| YUV | 149.67 | 44.66 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 2 | 0.72 | 0 | 0.99 | 0.13 | 103.71 | 0.98 | 0.44 |
| Hex | 3E | DF | 2 | 48 | 0 | 63 | D | 68 | 62 | 2C |
| Octal | 76 | 337 | 2 | 110 | 0 | 143 | 15 | 150 | 142 | 54 |
| Binary | 111110 | 11011111 | 10 | 1001000 | 0 | 1100011 | 1101 | 1101000 | 1100010 | 101100 |
Color Harmonies of #3EDF02
Complementary color
Monochromatic Colors of #3EDF02
Black with #3EDF02
Text Example
Text Example
White with #3EDF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDF02; }
p { color: rgb(62,223,2); }
H1.HeaderClassName
{
color: #3EDF02;
}
.AnyTagClassName
{
color: #3EDF02;
}
</style>
background-color css
<style>
a { background-color: #3EDF02; }
a { background-color: rgb(62,223,2); }
div.DivClassName
{
background-color: #3EDF02;
}
.BgClassName
{
background-color: #3EDF02;
}
</style>
border-color css
<style>
span { border-color: #3EDF02; }
span { border-color: rgb(62,223,2); }
td.TdClassName
{
border-color: #3EDF02;
}
.TagClassName
{
border-color: #3EDF02;
}
</style>