Shades of Harlequin #2EE407
Tints of Harlequin #2EE407
RGB
CMYK
RGB Variations
Color information
#2EE407 (or 0x2EE407) is known color: Harlequin. HEX triplet: 2E, E4 and 07. RGB value is (46,228,7). Sum of RGB (Red+Green+Blue) = 46+228+7=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 228 (89.45% from 255 or 81.14% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE407 is #D11BF8. Grayscale: #959595. Windows color (decimal): -13704185 or 517166. OLE color: 517166.
HSL color Cylindrical-coordinate representation of color #2EE407: hue angle of 109.41º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EE407 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 7 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.11 |
| HSL | 109.41º | 0.94% | 0.46% | - |
| HSV(B) | 109.41º | 0.97% | 0.89% | - |
| XYZ | 28.91 | 56.08 | 9.5 | - |
| YUV | 148.39 | 48.2 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 7 | 0.80 | 0 | 0.97 | 0.11 | 109.41 | 0.94 | 0.46 |
| Hex | 2E | E4 | 7 | 50 | 0 | 61 | B | 6D | 5E | 2E |
| Octal | 56 | 344 | 7 | 120 | 0 | 141 | 13 | 155 | 136 | 56 |
| Binary | 101110 | 11100100 | 111 | 1010000 | 0 | 1100001 | 1011 | 1101101 | 1011110 | 101110 |
Color Harmonies of #2EE407
Complementary color
Monochromatic Colors of #2EE407
Black with #2EE407
Text Example
Text Example
White with #2EE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE407; }
p { color: rgb(46,228,7); }
H1.HeaderClassName
{
color: #2EE407;
}
.AnyTagClassName
{
color: #2EE407;
}
</style>
background-color css
<style>
a { background-color: #2EE407; }
a { background-color: rgb(46,228,7); }
div.DivClassName
{
background-color: #2EE407;
}
.BgClassName
{
background-color: #2EE407;
}
</style>
border-color css
<style>
span { border-color: #2EE407; }
span { border-color: rgb(46,228,7); }
td.TdClassName
{
border-color: #2EE407;
}
.TagClassName
{
border-color: #2EE407;
}
</style>