Shades of Harlequin #2EF210
Tints of Harlequin #2EF210
RGB
CMYK
RGB Variations
Color information
#2EF210 (or 0x2EF210) is known color: Harlequin. HEX triplet: 2E, F2 and 10. RGB value is (46,242,16). Sum of RGB (Red+Green+Blue) = 46+242+16=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 242 (94.92% from 255 or 79.61% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF210 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF210 is #D10DEF. Grayscale: #9E9E9E. Windows color (decimal): -13700592 or 1110574. OLE color: 1110574.
HSL color Cylindrical-coordinate representation of color #2EF210: hue angle of 112.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EF210 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 16 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.05 |
| HSL | 112.04º | 0.9% | 0.51% | - |
| HSV(B) | 112.04º | 0.93% | 0.95% | - |
| XYZ | 32.97 | 64.12 | 11.13 | - |
| YUV | 157.63 | 48.07 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 16 | 0.81 | 0 | 0.93 | 0.05 | 112.04 | 0.9 | 0.51 |
| Hex | 2E | F2 | 10 | 51 | 0 | 5D | 5 | 70 | 5A | 33 |
| Octal | 56 | 362 | 20 | 121 | 0 | 135 | 5 | 160 | 132 | 63 |
| Binary | 101110 | 11110010 | 10000 | 1010001 | 0 | 1011101 | 101 | 1110000 | 1011010 | 110011 |
Color Harmonies of #2EF210
Complementary color
Monochromatic Colors of #2EF210
Black with #2EF210
Text Example
Text Example
White with #2EF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF210; }
p { color: rgb(46,242,16); }
H1.HeaderClassName
{
color: #2EF210;
}
.AnyTagClassName
{
color: #2EF210;
}
</style>
background-color css
<style>
a { background-color: #2EF210; }
a { background-color: rgb(46,242,16); }
div.DivClassName
{
background-color: #2EF210;
}
.BgClassName
{
background-color: #2EF210;
}
</style>
border-color css
<style>
span { border-color: #2EF210; }
span { border-color: rgb(46,242,16); }
td.TdClassName
{
border-color: #2EF210;
}
.TagClassName
{
border-color: #2EF210;
}
</style>