Shades of Harlequin #3EFC0C
Tints of Harlequin #3EFC0C
RGB
CMYK
RGB Variations
Color information
#3EFC0C (or 0x3EFC0C) is known color: Harlequin. HEX triplet: 3E, FC and 0C. RGB value is (62,252,12). Sum of RGB (Red+Green+Blue) = 62+252+12=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 252 (98.83% from 255 or 77.30% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFC0C is #C103F3. Grayscale: #A8A8A8. Windows color (decimal): -12649460 or 851006. OLE color: 851006.
HSL color Cylindrical-coordinate representation of color #3EFC0C: hue angle of 107.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3EFC0C is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 12 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.01 |
| HSL | 107.5º | 0.98% | 0.52% | - |
| HSV(B) | 107.5º | 0.95% | 0.99% | - |
| XYZ | 36.86 | 70.67 | 12.05 | - |
| YUV | 167.83 | 40.05 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 12 | 0.75 | 0 | 0.95 | 0.01 | 107.5 | 0.98 | 0.52 |
| Hex | 3E | FC | C | 4B | 0 | 5F | 1 | 6C | 62 | 34 |
| Octal | 76 | 374 | 14 | 113 | 0 | 137 | 1 | 154 | 142 | 64 |
| Binary | 111110 | 11111100 | 1100 | 1001011 | 0 | 1011111 | 1 | 1101100 | 1100010 | 110100 |
Color Harmonies of #3EFC0C
Complementary color
Monochromatic Colors of #3EFC0C
Black with #3EFC0C
Text Example
Text Example
White with #3EFC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFC0C; }
p { color: rgb(62,252,12); }
H1.HeaderClassName
{
color: #3EFC0C;
}
.AnyTagClassName
{
color: #3EFC0C;
}
</style>
background-color css
<style>
a { background-color: #3EFC0C; }
a { background-color: rgb(62,252,12); }
div.DivClassName
{
background-color: #3EFC0C;
}
.BgClassName
{
background-color: #3EFC0C;
}
</style>
border-color css
<style>
span { border-color: #3EFC0C; }
span { border-color: rgb(62,252,12); }
td.TdClassName
{
border-color: #3EFC0C;
}
.TagClassName
{
border-color: #3EFC0C;
}
</style>