Shades of Harlequin #2EE814
Tints of Harlequin #2EE814
RGB
CMYK
RGB Variations
Color information
#2EE814 (or 0x2EE814) is known color: Harlequin. HEX triplet: 2E, E8 and 14. RGB value is (46,232,20). Sum of RGB (Red+Green+Blue) = 46+232+20=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 232 (91.02% from 255 or 77.85% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE814 is #D117EB. Grayscale: #989898. Windows color (decimal): -13703148 or 1370158. OLE color: 1370158.
HSL color Cylindrical-coordinate representation of color #2EE814: hue angle of 112.64º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EE814 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 20 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.09 |
| HSL | 112.64º | 0.84% | 0.49% | - |
| HSV(B) | 112.64º | 0.91% | 0.91% | - |
| XYZ | 30.11 | 58.34 | 10.34 | - |
| YUV | 152.22 | 53.38 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 20 | 0.80 | 0 | 0.91 | 0.09 | 112.64 | 0.84 | 0.49 |
| Hex | 2E | E8 | 14 | 50 | 0 | 5B | 9 | 71 | 54 | 31 |
| Octal | 56 | 350 | 24 | 120 | 0 | 133 | 11 | 161 | 124 | 61 |
| Binary | 101110 | 11101000 | 10100 | 1010000 | 0 | 1011011 | 1001 | 1110001 | 1010100 | 110001 |
Color Harmonies of #2EE814
Complementary color
Monochromatic Colors of #2EE814
Black with #2EE814
Text Example
Text Example
White with #2EE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE814; }
p { color: rgb(46,232,20); }
H1.HeaderClassName
{
color: #2EE814;
}
.AnyTagClassName
{
color: #2EE814;
}
</style>
background-color css
<style>
a { background-color: #2EE814; }
a { background-color: rgb(46,232,20); }
div.DivClassName
{
background-color: #2EE814;
}
.BgClassName
{
background-color: #2EE814;
}
</style>
border-color css
<style>
span { border-color: #2EE814; }
span { border-color: rgb(46,232,20); }
td.TdClassName
{
border-color: #2EE814;
}
.TagClassName
{
border-color: #2EE814;
}
</style>