Shades of Harlequin #2EE206
Tints of Harlequin #2EE206
RGB
CMYK
RGB Variations
Color information
#2EE206 (or 0x2EE206) is known color: Harlequin. HEX triplet: 2E, E2 and 06. RGB value is (46,226,6). Sum of RGB (Red+Green+Blue) = 46+226+6=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 226 (88.67% from 255 or 81.29% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE206 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE206 is #D11DF9. Grayscale: #939393. Windows color (decimal): -13704698 or 451118. OLE color: 451118.
HSL color Cylindrical-coordinate representation of color #2EE206: hue angle of 109.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EE206 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 6 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.11 |
| HSL | 109.09º | 0.95% | 0.45% | - |
| HSV(B) | 109.09º | 0.97% | 0.89% | - |
| XYZ | 28.36 | 54.99 | 9.29 | - |
| YUV | 147.1 | 48.37 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 6 | 0.80 | 0 | 0.97 | 0.11 | 109.09 | 0.95 | 0.45 |
| Hex | 2E | E2 | 6 | 50 | 0 | 61 | B | 6D | 5F | 2D |
| Octal | 56 | 342 | 6 | 120 | 0 | 141 | 13 | 155 | 137 | 55 |
| Binary | 101110 | 11100010 | 110 | 1010000 | 0 | 1100001 | 1011 | 1101101 | 1011111 | 101101 |
Color Harmonies of #2EE206
Complementary color
Monochromatic Colors of #2EE206
Black with #2EE206
Text Example
Text Example
White with #2EE206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE206; }
p { color: rgb(46,226,6); }
H1.HeaderClassName
{
color: #2EE206;
}
.AnyTagClassName
{
color: #2EE206;
}
</style>
background-color css
<style>
a { background-color: #2EE206; }
a { background-color: rgb(46,226,6); }
div.DivClassName
{
background-color: #2EE206;
}
.BgClassName
{
background-color: #2EE206;
}
</style>
border-color css
<style>
span { border-color: #2EE206; }
span { border-color: rgb(46,226,6); }
td.TdClassName
{
border-color: #2EE206;
}
.TagClassName
{
border-color: #2EE206;
}
</style>