Shades of Harlequin #2EED07
Tints of Harlequin #2EED07
RGB
CMYK
RGB Variations
Color information
#2EED07 (or 0x2EED07) is known color: Harlequin. HEX triplet: 2E, ED and 07. RGB value is (46,237,7). Sum of RGB (Red+Green+Blue) = 46+237+7=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 237 (92.97% from 255 or 81.72% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EED07 is #D112F8. Grayscale: #9A9A9A. Windows color (decimal): -13701881 or 519470. OLE color: 519470.
HSL color Cylindrical-coordinate representation of color #2EED07: hue angle of 109.83º 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 #2EED07 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 7 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.07 |
| HSL | 109.83º | 0.94% | 0.48% | - |
| HSV(B) | 109.83º | 0.97% | 0.93% | - |
| XYZ | 31.45 | 61.16 | 10.35 | - |
| YUV | 153.67 | 45.22 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 7 | 0.81 | 0 | 0.97 | 0.07 | 109.83 | 0.94 | 0.48 |
| Hex | 2E | ED | 7 | 51 | 0 | 61 | 7 | 6E | 5E | 30 |
| Octal | 56 | 355 | 7 | 121 | 0 | 141 | 7 | 156 | 136 | 60 |
| Binary | 101110 | 11101101 | 111 | 1010001 | 0 | 1100001 | 111 | 1101110 | 1011110 | 110000 |
Color Harmonies of #2EED07
Complementary color
Monochromatic Colors of #2EED07
Black with #2EED07
Text Example
Text Example
White with #2EED07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED07; }
p { color: rgb(46,237,7); }
H1.HeaderClassName
{
color: #2EED07;
}
.AnyTagClassName
{
color: #2EED07;
}
</style>
background-color css
<style>
a { background-color: #2EED07; }
a { background-color: rgb(46,237,7); }
div.DivClassName
{
background-color: #2EED07;
}
.BgClassName
{
background-color: #2EED07;
}
</style>
border-color css
<style>
span { border-color: #2EED07; }
span { border-color: rgb(46,237,7); }
td.TdClassName
{
border-color: #2EED07;
}
.TagClassName
{
border-color: #2EED07;
}
</style>