Shades of Harlequin #2EEE07
Tints of Harlequin #2EEE07
RGB
CMYK
RGB Variations
Color information
#2EEE07 (or 0x2EEE07) is known color: Harlequin. HEX triplet: 2E, EE and 07. RGB value is (46,238,7). Sum of RGB (Red+Green+Blue) = 46+238+7=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 238 (93.36% from 255 or 81.79% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEE07 is #D111F8. Grayscale: #9A9A9A. Windows color (decimal): -13701625 or 519726. OLE color: 519726.
HSL color Cylindrical-coordinate representation of color #2EEE07: hue angle of 109.87º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EEE07 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 7 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.07 |
| HSL | 109.87º | 0.94% | 0.48% | - |
| HSV(B) | 109.87º | 0.97% | 0.93% | - |
| XYZ | 31.74 | 61.75 | 10.45 | - |
| YUV | 154.26 | 44.89 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 7 | 0.81 | 0 | 0.97 | 0.07 | 109.87 | 0.94 | 0.48 |
| Hex | 2E | EE | 7 | 51 | 0 | 61 | 7 | 6E | 5E | 30 |
| Octal | 56 | 356 | 7 | 121 | 0 | 141 | 7 | 156 | 136 | 60 |
| Binary | 101110 | 11101110 | 111 | 1010001 | 0 | 1100001 | 111 | 1101110 | 1011110 | 110000 |
Color Harmonies of #2EEE07
Complementary color
Monochromatic Colors of #2EEE07
Black with #2EEE07
Text Example
Text Example
White with #2EEE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE07; }
p { color: rgb(46,238,7); }
H1.HeaderClassName
{
color: #2EEE07;
}
.AnyTagClassName
{
color: #2EEE07;
}
</style>
background-color css
<style>
a { background-color: #2EEE07; }
a { background-color: rgb(46,238,7); }
div.DivClassName
{
background-color: #2EEE07;
}
.BgClassName
{
background-color: #2EEE07;
}
</style>
border-color css
<style>
span { border-color: #2EEE07; }
span { border-color: rgb(46,238,7); }
td.TdClassName
{
border-color: #2EEE07;
}
.TagClassName
{
border-color: #2EEE07;
}
</style>