Shades of Harlequin #2EEC05
Tints of Harlequin #2EEC05
RGB
CMYK
RGB Variations
Color information
#2EEC05 (or 0x2EEC05) is known color: Harlequin. HEX triplet: 2E, EC and 05. RGB value is (46,236,5). Sum of RGB (Red+Green+Blue) = 46+236+5=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 236 (92.58% from 255 or 82.23% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEC05 is #D113FA. Grayscale: #999999. Windows color (decimal): -13702139 or 388142. OLE color: 388142.
HSL color Cylindrical-coordinate representation of color #2EEC05: hue angle of 109.35º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EEC05 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.07 |
| HSL | 109.35º | 0.96% | 0.47% | - |
| HSV(B) | 109.35º | 0.98% | 0.93% | - |
| XYZ | 31.15 | 60.58 | 10.2 | - |
| YUV | 152.86 | 44.55 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 5 | 0.81 | 0 | 0.98 | 0.07 | 109.35 | 0.96 | 0.47 |
| Hex | 2E | EC | 5 | 51 | 0 | 62 | 7 | 6D | 60 | 2F |
| Octal | 56 | 354 | 5 | 121 | 0 | 142 | 7 | 155 | 140 | 57 |
| Binary | 101110 | 11101100 | 101 | 1010001 | 0 | 1100010 | 111 | 1101101 | 1100000 | 101111 |
Color Harmonies of #2EEC05
Complementary color
Monochromatic Colors of #2EEC05
Black with #2EEC05
Text Example
Text Example
White with #2EEC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEC05; }
p { color: rgb(46,236,5); }
H1.HeaderClassName
{
color: #2EEC05;
}
.AnyTagClassName
{
color: #2EEC05;
}
</style>
background-color css
<style>
a { background-color: #2EEC05; }
a { background-color: rgb(46,236,5); }
div.DivClassName
{
background-color: #2EEC05;
}
.BgClassName
{
background-color: #2EEC05;
}
</style>
border-color css
<style>
span { border-color: #2EEC05; }
span { border-color: rgb(46,236,5); }
td.TdClassName
{
border-color: #2EEC05;
}
.TagClassName
{
border-color: #2EEC05;
}
</style>