Shades of Harlequin #3EFC03
Tints of Harlequin #3EFC03
RGB
CMYK
RGB Variations
Color information
#3EFC03 (or 0x3EFC03) is known color: Harlequin. HEX triplet: 3E, FC and 03. RGB value is (62,252,3). Sum of RGB (Red+Green+Blue) = 62+252+3=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 252 (98.83% from 255 or 79.50% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFC03 is #C103FC. Grayscale: #A7A7A7. Windows color (decimal): -12649469 or 261182. OLE color: 261182.
HSL color Cylindrical-coordinate representation of color #3EFC03: hue angle of 105.78º 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 #3EFC03 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 3 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.01 |
| HSL | 105.78º | 0.98% | 0.5% | - |
| HSV(B) | 105.78º | 0.99% | 0.99% | - |
| XYZ | 36.81 | 70.65 | 11.78 | - |
| YUV | 166.8 | 35.55 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 3 | 0.75 | 0 | 0.99 | 0.01 | 105.78 | 0.98 | 0.5 |
| Hex | 3E | FC | 3 | 4B | 0 | 63 | 1 | 6A | 62 | 32 |
| Octal | 76 | 374 | 3 | 113 | 0 | 143 | 1 | 152 | 142 | 62 |
| Binary | 111110 | 11111100 | 11 | 1001011 | 0 | 1100011 | 1 | 1101010 | 1100010 | 110010 |
Color Harmonies of #3EFC03
Complementary color
Monochromatic Colors of #3EFC03
Black with #3EFC03
Text Example
Text Example
White with #3EFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFC03; }
p { color: rgb(62,252,3); }
H1.HeaderClassName
{
color: #3EFC03;
}
.AnyTagClassName
{
color: #3EFC03;
}
</style>
background-color css
<style>
a { background-color: #3EFC03; }
a { background-color: rgb(62,252,3); }
div.DivClassName
{
background-color: #3EFC03;
}
.BgClassName
{
background-color: #3EFC03;
}
</style>
border-color css
<style>
span { border-color: #3EFC03; }
span { border-color: rgb(62,252,3); }
td.TdClassName
{
border-color: #3EFC03;
}
.TagClassName
{
border-color: #3EFC03;
}
</style>