Shades of Harlequin #2EE902
Tints of Harlequin #2EE902
RGB
CMYK
RGB Variations
Color information
#2EE902 (or 0x2EE902) is known color: Harlequin. HEX triplet: 2E, E9 and 02. RGB value is (46,233,2). Sum of RGB (Red+Green+Blue) = 46+233+2=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 233 (91.41% from 255 or 82.92% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE902 is #D116FD. Grayscale: #979797. Windows color (decimal): -13702910 or 190766. OLE color: 190766.
HSL color Cylindrical-coordinate representation of color #2EE902: hue angle of 108.57º 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 #2EE902 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.09 |
| HSL | 108.57º | 0.98% | 0.46% | - |
| HSV(B) | 108.57º | 0.99% | 0.91% | - |
| XYZ | 30.28 | 58.86 | 9.82 | - |
| YUV | 150.75 | 44.05 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 2 | 0.80 | 0 | 0.99 | 0.09 | 108.57 | 0.98 | 0.46 |
| Hex | 2E | E9 | 2 | 50 | 0 | 63 | 9 | 6D | 62 | 2E |
| Octal | 56 | 351 | 2 | 120 | 0 | 143 | 11 | 155 | 142 | 56 |
| Binary | 101110 | 11101001 | 10 | 1010000 | 0 | 1100011 | 1001 | 1101101 | 1100010 | 101110 |
Color Harmonies of #2EE902
Complementary color
Monochromatic Colors of #2EE902
Black with #2EE902
Text Example
Text Example
White with #2EE902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE902; }
p { color: rgb(46,233,2); }
H1.HeaderClassName
{
color: #2EE902;
}
.AnyTagClassName
{
color: #2EE902;
}
</style>
background-color css
<style>
a { background-color: #2EE902; }
a { background-color: rgb(46,233,2); }
div.DivClassName
{
background-color: #2EE902;
}
.BgClassName
{
background-color: #2EE902;
}
</style>
border-color css
<style>
span { border-color: #2EE902; }
span { border-color: rgb(46,233,2); }
td.TdClassName
{
border-color: #2EE902;
}
.TagClassName
{
border-color: #2EE902;
}
</style>