Shades of Harlequin #3EF013
Tints of Harlequin #3EF013
RGB
CMYK
RGB Variations
Color information
#3EF013 (or 0x3EF013) is known color: Harlequin. HEX triplet: 3E, F0 and 13. RGB value is (62,240,19). Sum of RGB (Red+Green+Blue) = 62+240+19=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #3EF013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF013 is #C10FEC. Grayscale: #A2A2A2. Windows color (decimal): -12652525 or 1306686. OLE color: 1306686.
HSL color Cylindrical-coordinate representation of color #3EF013: hue angle of 108.33º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3EF013 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 240 | 19 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.06 |
| HSL | 108.33º | 0.88% | 0.51% | - |
| HSV(B) | 108.33º | 0.92% | 0.94% | - |
| XYZ | 33.26 | 63.39 | 11.1 | - |
| YUV | 161.58 | 47.53 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 240 | 19 | 0.74 | 0 | 0.92 | 0.06 | 108.33 | 0.88 | 0.51 |
| Hex | 3E | F0 | 13 | 4A | 0 | 5C | 6 | 6C | 58 | 33 |
| Octal | 76 | 360 | 23 | 112 | 0 | 134 | 6 | 154 | 130 | 63 |
| Binary | 111110 | 11110000 | 10011 | 1001010 | 0 | 1011100 | 110 | 1101100 | 1011000 | 110011 |
Color Harmonies of #3EF013
Complementary color
Monochromatic Colors of #3EF013
Black with #3EF013
Text Example
Text Example
White with #3EF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF013; }
p { color: rgb(62,240,19); }
H1.HeaderClassName
{
color: #3EF013;
}
.AnyTagClassName
{
color: #3EF013;
}
</style>
background-color css
<style>
a { background-color: #3EF013; }
a { background-color: rgb(62,240,19); }
div.DivClassName
{
background-color: #3EF013;
}
.BgClassName
{
background-color: #3EF013;
}
</style>
border-color css
<style>
span { border-color: #3EF013; }
span { border-color: rgb(62,240,19); }
td.TdClassName
{
border-color: #3EF013;
}
.TagClassName
{
border-color: #3EF013;
}
</style>