Shades of Harlequin #2EE202
Tints of Harlequin #2EE202
RGB
CMYK
RGB Variations
Color information
#2EE202 (or 0x2EE202) is known color: Harlequin. HEX triplet: 2E, E2 and 02. RGB value is (46,226,2). Sum of RGB (Red+Green+Blue) = 46+226+2=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 226 (88.67% from 255 or 82.48% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE202 is #D11DFD. Grayscale: #939393. Windows color (decimal): -13704702 or 188974. OLE color: 188974.
HSL color Cylindrical-coordinate representation of color #2EE202: hue angle of 108.21º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EE202 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.11 |
| HSL | 108.21º | 0.98% | 0.45% | - |
| HSV(B) | 108.21º | 0.99% | 0.89% | - |
| XYZ | 28.33 | 54.98 | 9.18 | - |
| YUV | 146.64 | 46.37 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 2 | 0.80 | 0 | 0.99 | 0.11 | 108.21 | 0.98 | 0.45 |
| Hex | 2E | E2 | 2 | 50 | 0 | 63 | B | 6C | 62 | 2D |
| Octal | 56 | 342 | 2 | 120 | 0 | 143 | 13 | 154 | 142 | 55 |
| Binary | 101110 | 11100010 | 10 | 1010000 | 0 | 1100011 | 1011 | 1101100 | 1100010 | 101101 |
Color Harmonies of #2EE202
Complementary color
Monochromatic Colors of #2EE202
Black with #2EE202
Text Example
Text Example
White with #2EE202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE202; }
p { color: rgb(46,226,2); }
H1.HeaderClassName
{
color: #2EE202;
}
.AnyTagClassName
{
color: #2EE202;
}
</style>
background-color css
<style>
a { background-color: #2EE202; }
a { background-color: rgb(46,226,2); }
div.DivClassName
{
background-color: #2EE202;
}
.BgClassName
{
background-color: #2EE202;
}
</style>
border-color css
<style>
span { border-color: #2EE202; }
span { border-color: rgb(46,226,2); }
td.TdClassName
{
border-color: #2EE202;
}
.TagClassName
{
border-color: #2EE202;
}
</style>