Shades of Harlequin #2EE706
Tints of Harlequin #2EE706
RGB
CMYK
RGB Variations
Color information
#2EE706 (or 0x2EE706) is known color: Harlequin. HEX triplet: 2E, E7 and 06. RGB value is (46,231,6). Sum of RGB (Red+Green+Blue) = 46+231+6=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 231 (90.62% from 255 or 81.63% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE706 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE706 is #D118F9. Grayscale: #969696. Windows color (decimal): -13703418 or 452398. OLE color: 452398.
HSL color Cylindrical-coordinate representation of color #2EE706: hue angle of 109.33º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EE706 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 6 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.09 |
| HSL | 109.33º | 0.95% | 0.46% | - |
| HSV(B) | 109.33º | 0.97% | 0.91% | - |
| XYZ | 29.74 | 57.75 | 9.75 | - |
| YUV | 150.04 | 46.71 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 6 | 0.80 | 0 | 0.97 | 0.09 | 109.33 | 0.95 | 0.46 |
| Hex | 2E | E7 | 6 | 50 | 0 | 61 | 9 | 6D | 5F | 2E |
| Octal | 56 | 347 | 6 | 120 | 0 | 141 | 11 | 155 | 137 | 56 |
| Binary | 101110 | 11100111 | 110 | 1010000 | 0 | 1100001 | 1001 | 1101101 | 1011111 | 101110 |
Color Harmonies of #2EE706
Complementary color
Monochromatic Colors of #2EE706
Black with #2EE706
Text Example
Text Example
White with #2EE706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE706; }
p { color: rgb(46,231,6); }
H1.HeaderClassName
{
color: #2EE706;
}
.AnyTagClassName
{
color: #2EE706;
}
</style>
background-color css
<style>
a { background-color: #2EE706; }
a { background-color: rgb(46,231,6); }
div.DivClassName
{
background-color: #2EE706;
}
.BgClassName
{
background-color: #2EE706;
}
</style>
border-color css
<style>
span { border-color: #2EE706; }
span { border-color: rgb(46,231,6); }
td.TdClassName
{
border-color: #2EE706;
}
.TagClassName
{
border-color: #2EE706;
}
</style>