Shades of Harlequin #2EE212
Tints of Harlequin #2EE212
RGB
CMYK
RGB Variations
Color information
#2EE212 (or 0x2EE212) is known color: Harlequin. HEX triplet: 2E, E2 and 12. RGB value is (46,226,18). Sum of RGB (Red+Green+Blue) = 46+226+18=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 226 (88.67% from 255 or 77.93% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE212 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE212 is #D11DED. Grayscale: #959595. Windows color (decimal): -13704686 or 1237550. OLE color: 1237550.
HSL color Cylindrical-coordinate representation of color #2EE212: hue angle of 111.92º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EE212 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 18 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.11 |
| HSL | 111.92º | 0.85% | 0.48% | - |
| HSV(B) | 111.92º | 0.92% | 0.89% | - |
| XYZ | 28.43 | 55.02 | 9.69 | - |
| YUV | 148.47 | 54.37 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 18 | 0.80 | 0 | 0.92 | 0.11 | 111.92 | 0.85 | 0.48 |
| Hex | 2E | E2 | 12 | 50 | 0 | 5C | B | 70 | 55 | 30 |
| Octal | 56 | 342 | 22 | 120 | 0 | 134 | 13 | 160 | 125 | 60 |
| Binary | 101110 | 11100010 | 10010 | 1010000 | 0 | 1011100 | 1011 | 1110000 | 1010101 | 110000 |
Color Harmonies of #2EE212
Complementary color
Monochromatic Colors of #2EE212
Black with #2EE212
Text Example
Text Example
White with #2EE212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE212; }
p { color: rgb(46,226,18); }
H1.HeaderClassName
{
color: #2EE212;
}
.AnyTagClassName
{
color: #2EE212;
}
</style>
background-color css
<style>
a { background-color: #2EE212; }
a { background-color: rgb(46,226,18); }
div.DivClassName
{
background-color: #2EE212;
}
.BgClassName
{
background-color: #2EE212;
}
</style>
border-color css
<style>
span { border-color: #2EE212; }
span { border-color: rgb(46,226,18); }
td.TdClassName
{
border-color: #2EE212;
}
.TagClassName
{
border-color: #2EE212;
}
</style>