Shades of Harlequin #2EE207
Tints of Harlequin #2EE207
RGB
CMYK
RGB Variations
Color information
#2EE207 (or 0x2EE207) is known color: Harlequin. HEX triplet: 2E, E2 and 07. RGB value is (46,226,7). Sum of RGB (Red+Green+Blue) = 46+226+7=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 226 (88.67% from 255 or 81.00% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE207 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE207 is #D11DF8. Grayscale: #939393. Windows color (decimal): -13704697 or 516654. OLE color: 516654.
HSL color Cylindrical-coordinate representation of color #2EE207: hue angle of 109.32º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EE207 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 7 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.11 |
| HSL | 109.32º | 0.94% | 0.46% | - |
| HSV(B) | 109.32º | 0.97% | 0.89% | - |
| XYZ | 28.36 | 54.99 | 9.32 | - |
| YUV | 147.21 | 48.87 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 7 | 0.80 | 0 | 0.97 | 0.11 | 109.32 | 0.94 | 0.46 |
| Hex | 2E | E2 | 7 | 50 | 0 | 61 | B | 6D | 5E | 2E |
| Octal | 56 | 342 | 7 | 120 | 0 | 141 | 13 | 155 | 136 | 56 |
| Binary | 101110 | 11100010 | 111 | 1010000 | 0 | 1100001 | 1011 | 1101101 | 1011110 | 101110 |
Color Harmonies of #2EE207
Complementary color
Monochromatic Colors of #2EE207
Black with #2EE207
Text Example
Text Example
White with #2EE207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE207; }
p { color: rgb(46,226,7); }
H1.HeaderClassName
{
color: #2EE207;
}
.AnyTagClassName
{
color: #2EE207;
}
</style>
background-color css
<style>
a { background-color: #2EE207; }
a { background-color: rgb(46,226,7); }
div.DivClassName
{
background-color: #2EE207;
}
.BgClassName
{
background-color: #2EE207;
}
</style>
border-color css
<style>
span { border-color: #2EE207; }
span { border-color: rgb(46,226,7); }
td.TdClassName
{
border-color: #2EE207;
}
.TagClassName
{
border-color: #2EE207;
}
</style>