Shades of Harlequin #2EE805
Tints of Harlequin #2EE805
RGB
CMYK
RGB Variations
Color information
#2EE805 (or 0x2EE805) is known color: Harlequin. HEX triplet: 2E, E8 and 05. RGB value is (46,232,5). Sum of RGB (Red+Green+Blue) = 46+232+5=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 232 (91.02% from 255 or 81.98% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE805 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE805 is #D117FA. Grayscale: #979797. Windows color (decimal): -13703163 or 387118. OLE color: 387118.
HSL color Cylindrical-coordinate representation of color #2EE805: hue angle of 109.16º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EE805 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 5 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.09 |
| HSL | 109.16º | 0.96% | 0.46% | - |
| HSV(B) | 109.16º | 0.98% | 0.91% | - |
| XYZ | 30.01 | 58.31 | 9.82 | - |
| YUV | 150.51 | 45.88 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 5 | 0.80 | 0 | 0.98 | 0.09 | 109.16 | 0.96 | 0.46 |
| Hex | 2E | E8 | 5 | 50 | 0 | 62 | 9 | 6D | 60 | 2E |
| Octal | 56 | 350 | 5 | 120 | 0 | 142 | 11 | 155 | 140 | 56 |
| Binary | 101110 | 11101000 | 101 | 1010000 | 0 | 1100010 | 1001 | 1101101 | 1100000 | 101110 |
Color Harmonies of #2EE805
Complementary color
Monochromatic Colors of #2EE805
Black with #2EE805
Text Example
Text Example
White with #2EE805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE805; }
p { color: rgb(46,232,5); }
H1.HeaderClassName
{
color: #2EE805;
}
.AnyTagClassName
{
color: #2EE805;
}
</style>
background-color css
<style>
a { background-color: #2EE805; }
a { background-color: rgb(46,232,5); }
div.DivClassName
{
background-color: #2EE805;
}
.BgClassName
{
background-color: #2EE805;
}
</style>
border-color css
<style>
span { border-color: #2EE805; }
span { border-color: rgb(46,232,5); }
td.TdClassName
{
border-color: #2EE805;
}
.TagClassName
{
border-color: #2EE805;
}
</style>