Shades of Harlequin #2EF014
Tints of Harlequin #2EF014
RGB
CMYK
RGB Variations
Color information
#2EF014 (or 0x2EF014) is known color: Harlequin. HEX triplet: 2E, F0 and 14. RGB value is (46,240,20). Sum of RGB (Red+Green+Blue) = 46+240+20=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 240 (94.14% from 255 or 78.43% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF014 is #D10FEB. Grayscale: #9D9D9D. Windows color (decimal): -13701100 or 1372206. OLE color: 1372206.
HSL color Cylindrical-coordinate representation of color #2EF014: hue angle of 112.91º 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 #2EF014 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 20 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.06 |
| HSL | 112.91º | 0.88% | 0.51% | - |
| HSV(B) | 112.91º | 0.92% | 0.94% | - |
| XYZ | 32.41 | 62.95 | 11.1 | - |
| YUV | 156.91 | 50.73 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 20 | 0.81 | 0 | 0.92 | 0.06 | 112.91 | 0.88 | 0.51 |
| Hex | 2E | F0 | 14 | 51 | 0 | 5C | 6 | 71 | 58 | 33 |
| Octal | 56 | 360 | 24 | 121 | 0 | 134 | 6 | 161 | 130 | 63 |
| Binary | 101110 | 11110000 | 10100 | 1010001 | 0 | 1011100 | 110 | 1110001 | 1011000 | 110011 |
Color Harmonies of #2EF014
Complementary color
Monochromatic Colors of #2EF014
Black with #2EF014
Text Example
Text Example
White with #2EF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF014; }
p { color: rgb(46,240,20); }
H1.HeaderClassName
{
color: #2EF014;
}
.AnyTagClassName
{
color: #2EF014;
}
</style>
background-color css
<style>
a { background-color: #2EF014; }
a { background-color: rgb(46,240,20); }
div.DivClassName
{
background-color: #2EF014;
}
.BgClassName
{
background-color: #2EF014;
}
</style>
border-color css
<style>
span { border-color: #2EF014; }
span { border-color: rgb(46,240,20); }
td.TdClassName
{
border-color: #2EF014;
}
.TagClassName
{
border-color: #2EF014;
}
</style>