Shades of Harlequin #2EE906
Tints of Harlequin #2EE906
RGB
CMYK
RGB Variations
Color information
#2EE906 (or 0x2EE906) is known color: Harlequin. HEX triplet: 2E, E9 and 06. RGB value is (46,233,6). Sum of RGB (Red+Green+Blue) = 46+233+6=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 233 (91.41% from 255 or 81.75% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE906 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE906 is #D116F9. Grayscale: #979797. Windows color (decimal): -13702906 or 452910. OLE color: 452910.
HSL color Cylindrical-coordinate representation of color #2EE906: hue angle of 109.43º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EE906 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 6 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.09 |
| HSL | 109.43º | 0.95% | 0.47% | - |
| HSV(B) | 109.43º | 0.97% | 0.91% | - |
| XYZ | 30.3 | 58.87 | 9.94 | - |
| YUV | 151.21 | 46.05 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 6 | 0.80 | 0 | 0.97 | 0.09 | 109.43 | 0.95 | 0.47 |
| Hex | 2E | E9 | 6 | 50 | 0 | 61 | 9 | 6D | 5F | 2F |
| Octal | 56 | 351 | 6 | 120 | 0 | 141 | 11 | 155 | 137 | 57 |
| Binary | 101110 | 11101001 | 110 | 1010000 | 0 | 1100001 | 1001 | 1101101 | 1011111 | 101111 |
Color Harmonies of #2EE906
Complementary color
Monochromatic Colors of #2EE906
Black with #2EE906
Text Example
Text Example
White with #2EE906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE906; }
p { color: rgb(46,233,6); }
H1.HeaderClassName
{
color: #2EE906;
}
.AnyTagClassName
{
color: #2EE906;
}
</style>
background-color css
<style>
a { background-color: #2EE906; }
a { background-color: rgb(46,233,6); }
div.DivClassName
{
background-color: #2EE906;
}
.BgClassName
{
background-color: #2EE906;
}
</style>
border-color css
<style>
span { border-color: #2EE906; }
span { border-color: rgb(46,233,6); }
td.TdClassName
{
border-color: #2EE906;
}
.TagClassName
{
border-color: #2EE906;
}
</style>