Shades of Harlequin #2EE802
Tints of Harlequin #2EE802
RGB
CMYK
RGB Variations
Color information
#2EE802 (or 0x2EE802) is known color: Harlequin. HEX triplet: 2E, E8 and 02. RGB value is (46,232,2). Sum of RGB (Red+Green+Blue) = 46+232+2=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 232 (91.02% from 255 or 82.86% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE802 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE802 is #D117FD. Grayscale: #969696. Windows color (decimal): -13703166 or 190510. OLE color: 190510.
HSL color Cylindrical-coordinate representation of color #2EE802: hue angle of 108.52º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EE802 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.09 |
| HSL | 108.52º | 0.98% | 0.46% | - |
| HSV(B) | 108.52º | 0.99% | 0.91% | - |
| XYZ | 29.99 | 58.3 | 9.73 | - |
| YUV | 150.17 | 44.38 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 2 | 0.80 | 0 | 0.99 | 0.09 | 108.52 | 0.98 | 0.46 |
| Hex | 2E | E8 | 2 | 50 | 0 | 63 | 9 | 6D | 62 | 2E |
| Octal | 56 | 350 | 2 | 120 | 0 | 143 | 11 | 155 | 142 | 56 |
| Binary | 101110 | 11101000 | 10 | 1010000 | 0 | 1100011 | 1001 | 1101101 | 1100010 | 101110 |
Color Harmonies of #2EE802
Complementary color
Monochromatic Colors of #2EE802
Black with #2EE802
Text Example
Text Example
White with #2EE802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE802; }
p { color: rgb(46,232,2); }
H1.HeaderClassName
{
color: #2EE802;
}
.AnyTagClassName
{
color: #2EE802;
}
</style>
background-color css
<style>
a { background-color: #2EE802; }
a { background-color: rgb(46,232,2); }
div.DivClassName
{
background-color: #2EE802;
}
.BgClassName
{
background-color: #2EE802;
}
</style>
border-color css
<style>
span { border-color: #2EE802; }
span { border-color: rgb(46,232,2); }
td.TdClassName
{
border-color: #2EE802;
}
.TagClassName
{
border-color: #2EE802;
}
</style>