Shades of Harlequin #2EE412
Tints of Harlequin #2EE412
RGB
CMYK
RGB Variations
Color information
#2EE412 (or 0x2EE412) is known color: Harlequin. HEX triplet: 2E, E4 and 12. RGB value is (46,228,18). Sum of RGB (Red+Green+Blue) = 46+228+18=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 228 (89.45% from 255 or 78.08% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE412 is #D11BED. Grayscale: #969696. Windows color (decimal): -13704174 or 1238062. OLE color: 1238062.
HSL color Cylindrical-coordinate representation of color #2EE412: hue angle of 112º 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 #2EE412 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 18 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.11 |
| HSL | 112º | 0.85% | 0.48% | - |
| HSV(B) | 112º | 0.92% | 0.89% | - |
| XYZ | 28.98 | 56.11 | 9.88 | - |
| YUV | 149.64 | 53.7 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 18 | 0.80 | 0 | 0.92 | 0.11 | 112 | 0.85 | 0.48 |
| Hex | 2E | E4 | 12 | 50 | 0 | 5C | B | 70 | 55 | 30 |
| Octal | 56 | 344 | 22 | 120 | 0 | 134 | 13 | 160 | 125 | 60 |
| Binary | 101110 | 11100100 | 10010 | 1010000 | 0 | 1011100 | 1011 | 1110000 | 1010101 | 110000 |
Color Harmonies of #2EE412
Complementary color
Monochromatic Colors of #2EE412
Black with #2EE412
Text Example
Text Example
White with #2EE412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE412; }
p { color: rgb(46,228,18); }
H1.HeaderClassName
{
color: #2EE412;
}
.AnyTagClassName
{
color: #2EE412;
}
</style>
background-color css
<style>
a { background-color: #2EE412; }
a { background-color: rgb(46,228,18); }
div.DivClassName
{
background-color: #2EE412;
}
.BgClassName
{
background-color: #2EE412;
}
</style>
border-color css
<style>
span { border-color: #2EE412; }
span { border-color: rgb(46,228,18); }
td.TdClassName
{
border-color: #2EE412;
}
.TagClassName
{
border-color: #2EE412;
}
</style>