Shades of Harlequin #2EF616
Tints of Harlequin #2EF616
RGB
CMYK
RGB Variations
Color information
#2EF616 (or 0x2EF616) is known color: Harlequin. HEX triplet: 2E, F6 and 16. RGB value is (46,246,22). Sum of RGB (Red+Green+Blue) = 46+246+22=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 246 (96.48% from 255 or 78.34% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF616 is #D109E9. Grayscale: #A1A1A1. Windows color (decimal): -13699562 or 1504814. OLE color: 1504814.
HSL color Cylindrical-coordinate representation of color #2EF616: hue angle of 113.57º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EF616 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 22 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.04 |
| HSL | 113.57º | 0.93% | 0.53% | - |
| HSV(B) | 113.57º | 0.91% | 0.96% | - |
| XYZ | 34.23 | 66.55 | 11.8 | - |
| YUV | 160.66 | 49.74 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 22 | 0.81 | 0 | 0.91 | 0.04 | 113.57 | 0.93 | 0.53 |
| Hex | 2E | F6 | 16 | 51 | 0 | 5B | 4 | 72 | 5D | 35 |
| Octal | 56 | 366 | 26 | 121 | 0 | 133 | 4 | 162 | 135 | 65 |
| Binary | 101110 | 11110110 | 10110 | 1010001 | 0 | 1011011 | 100 | 1110010 | 1011101 | 110101 |
Color Harmonies of #2EF616
Complementary color
Monochromatic Colors of #2EF616
Black with #2EF616
Text Example
Text Example
White with #2EF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF616; }
p { color: rgb(46,246,22); }
H1.HeaderClassName
{
color: #2EF616;
}
.AnyTagClassName
{
color: #2EF616;
}
</style>
background-color css
<style>
a { background-color: #2EF616; }
a { background-color: rgb(46,246,22); }
div.DivClassName
{
background-color: #2EF616;
}
.BgClassName
{
background-color: #2EF616;
}
</style>
border-color css
<style>
span { border-color: #2EF616; }
span { border-color: rgb(46,246,22); }
td.TdClassName
{
border-color: #2EF616;
}
.TagClassName
{
border-color: #2EF616;
}
</style>