Shades of Harlequin #2EEC13
Tints of Harlequin #2EEC13
RGB
CMYK
RGB Variations
Color information
#2EEC13 (or 0x2EEC13) is known color: Harlequin. HEX triplet: 2E, EC and 13. RGB value is (46,236,19). Sum of RGB (Red+Green+Blue) = 46+236+19=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 236 (92.58% from 255 or 78.41% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEC13 is #D113EC. Grayscale: #9B9B9B. Windows color (decimal): -13702125 or 1305646. OLE color: 1305646.
HSL color Cylindrical-coordinate representation of color #2EEC13: hue angle of 112.53º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EEC13 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 19 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.07 |
| HSL | 112.53º | 0.85% | 0.5% | - |
| HSV(B) | 112.53º | 0.92% | 0.93% | - |
| XYZ | 31.24 | 60.62 | 10.67 | - |
| YUV | 154.45 | 51.55 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 19 | 0.81 | 0 | 0.92 | 0.07 | 112.53 | 0.85 | 0.5 |
| Hex | 2E | EC | 13 | 51 | 0 | 5C | 7 | 71 | 55 | 32 |
| Octal | 56 | 354 | 23 | 121 | 0 | 134 | 7 | 161 | 125 | 62 |
| Binary | 101110 | 11101100 | 10011 | 1010001 | 0 | 1011100 | 111 | 1110001 | 1010101 | 110010 |
Color Harmonies of #2EEC13
Complementary color
Monochromatic Colors of #2EEC13
Black with #2EEC13
Text Example
Text Example
White with #2EEC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEC13; }
p { color: rgb(46,236,19); }
H1.HeaderClassName
{
color: #2EEC13;
}
.AnyTagClassName
{
color: #2EEC13;
}
</style>
background-color css
<style>
a { background-color: #2EEC13; }
a { background-color: rgb(46,236,19); }
div.DivClassName
{
background-color: #2EEC13;
}
.BgClassName
{
background-color: #2EEC13;
}
</style>
border-color css
<style>
span { border-color: #2EEC13; }
span { border-color: rgb(46,236,19); }
td.TdClassName
{
border-color: #2EEC13;
}
.TagClassName
{
border-color: #2EEC13;
}
</style>