Shades of Harlequin #3EFC02
Tints of Harlequin #3EFC02
RGB
CMYK
RGB Variations
Color information
#3EFC02 (or 0x3EFC02) is known color: Harlequin. HEX triplet: 3E, FC and 02. RGB value is (62,252,2). Sum of RGB (Red+Green+Blue) = 62+252+2=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 252 (98.83% from 255 or 79.75% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFC02 is #C103FD. Grayscale: #A7A7A7. Windows color (decimal): -12649470 or 195646. OLE color: 195646.
HSL color Cylindrical-coordinate representation of color #3EFC02: hue angle of 105.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3EFC02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.01 |
| HSL | 105.6º | 0.98% | 0.5% | - |
| HSV(B) | 105.6º | 0.99% | 0.99% | - |
| XYZ | 36.81 | 70.65 | 11.75 | - |
| YUV | 166.69 | 35.05 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 2 | 0.75 | 0 | 0.99 | 0.01 | 105.6 | 0.98 | 0.5 |
| Hex | 3E | FC | 2 | 4B | 0 | 63 | 1 | 6A | 62 | 32 |
| Octal | 76 | 374 | 2 | 113 | 0 | 143 | 1 | 152 | 142 | 62 |
| Binary | 111110 | 11111100 | 10 | 1001011 | 0 | 1100011 | 1 | 1101010 | 1100010 | 110010 |
Color Harmonies of #3EFC02
Complementary color
Monochromatic Colors of #3EFC02
Black with #3EFC02
Text Example
Text Example
White with #3EFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFC02; }
p { color: rgb(62,252,2); }
H1.HeaderClassName
{
color: #3EFC02;
}
.AnyTagClassName
{
color: #3EFC02;
}
</style>
background-color css
<style>
a { background-color: #3EFC02; }
a { background-color: rgb(62,252,2); }
div.DivClassName
{
background-color: #3EFC02;
}
.BgClassName
{
background-color: #3EFC02;
}
</style>
border-color css
<style>
span { border-color: #3EFC02; }
span { border-color: rgb(62,252,2); }
td.TdClassName
{
border-color: #3EFC02;
}
.TagClassName
{
border-color: #3EFC02;
}
</style>