Shades of Harlequin #2EE707
Tints of Harlequin #2EE707
RGB
CMYK
RGB Variations
Color information
#2EE707 (or 0x2EE707) is known color: Harlequin. HEX triplet: 2E, E7 and 07. RGB value is (46,231,7). Sum of RGB (Red+Green+Blue) = 46+231+7=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 231 (90.62% from 255 or 81.34% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE707 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE707 is #D118F8. Grayscale: #969696. Windows color (decimal): -13703417 or 517934. OLE color: 517934.
HSL color Cylindrical-coordinate representation of color #2EE707: hue angle of 109.55º degrees, saturation: 0.94, 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 #2EE707 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 7 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.09 |
| HSL | 109.55º | 0.94% | 0.47% | - |
| HSV(B) | 109.55º | 0.97% | 0.91% | - |
| XYZ | 29.74 | 57.75 | 9.78 | - |
| YUV | 150.15 | 47.21 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 7 | 0.80 | 0 | 0.97 | 0.09 | 109.55 | 0.94 | 0.47 |
| Hex | 2E | E7 | 7 | 50 | 0 | 61 | 9 | 6E | 5E | 2F |
| Octal | 56 | 347 | 7 | 120 | 0 | 141 | 11 | 156 | 136 | 57 |
| Binary | 101110 | 11100111 | 111 | 1010000 | 0 | 1100001 | 1001 | 1101110 | 1011110 | 101111 |
Color Harmonies of #2EE707
Complementary color
Monochromatic Colors of #2EE707
Black with #2EE707
Text Example
Text Example
White with #2EE707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE707; }
p { color: rgb(46,231,7); }
H1.HeaderClassName
{
color: #2EE707;
}
.AnyTagClassName
{
color: #2EE707;
}
</style>
background-color css
<style>
a { background-color: #2EE707; }
a { background-color: rgb(46,231,7); }
div.DivClassName
{
background-color: #2EE707;
}
.BgClassName
{
background-color: #2EE707;
}
</style>
border-color css
<style>
span { border-color: #2EE707; }
span { border-color: rgb(46,231,7); }
td.TdClassName
{
border-color: #2EE707;
}
.TagClassName
{
border-color: #2EE707;
}
</style>