Shades of Harlequin #3EFE13
Tints of Harlequin #3EFE13
RGB
CMYK
RGB Variations
Color information
#3EFE13 (or 0x3EFE13) is known color: Harlequin. HEX triplet: 3E, FE and 13. RGB value is (62,254,19). Sum of RGB (Red+Green+Blue) = 62+254+19=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 254 (99.61% from 255 or 75.82% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFE13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFE13 is #C101EC. Grayscale: #AAAAAA. Windows color (decimal): -12648941 or 1310270. OLE color: 1310270.
HSL color Cylindrical-coordinate representation of color #3EFE13: hue angle of 109.02º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3EFE13 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 19 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.00 |
| HSL | 109.02º | 0.99% | 0.54% | - |
| HSV(B) | 109.02º | 0.93% | 1% | - |
| XYZ | 37.55 | 71.95 | 12.53 | - |
| YUV | 169.8 | 42.89 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 19 | 0.76 | 0 | 0.93 | 0.00 | 109.02 | 0.99 | 0.54 |
| Hex | 3E | FE | 13 | 4C | 0 | 5D | 0 | 6D | 63 | 36 |
| Octal | 76 | 376 | 23 | 114 | 0 | 135 | 0 | 155 | 143 | 66 |
| Binary | 111110 | 11111110 | 10011 | 1001100 | 0 | 1011101 | 0 | 1101101 | 1100011 | 110110 |
Color Harmonies of #3EFE13
Complementary color
Monochromatic Colors of #3EFE13
Black with #3EFE13
Text Example
Text Example
White with #3EFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFE13; }
p { color: rgb(62,254,19); }
H1.HeaderClassName
{
color: #3EFE13;
}
.AnyTagClassName
{
color: #3EFE13;
}
</style>
background-color css
<style>
a { background-color: #3EFE13; }
a { background-color: rgb(62,254,19); }
div.DivClassName
{
background-color: #3EFE13;
}
.BgClassName
{
background-color: #3EFE13;
}
</style>
border-color css
<style>
span { border-color: #3EFE13; }
span { border-color: rgb(62,254,19); }
td.TdClassName
{
border-color: #3EFE13;
}
.TagClassName
{
border-color: #3EFE13;
}
</style>