Shades of Harlequin #2EE10E
Tints of Harlequin #2EE10E
RGB
CMYK
RGB Variations
Color information
#2EE10E (or 0x2EE10E) is known color: Harlequin. HEX triplet: 2E, E1 and 0E. RGB value is (46,225,14). Sum of RGB (Red+Green+Blue) = 46+225+14=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 225 (88.28% from 255 or 78.95% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE10E is #D11EF1. Grayscale: #949494. Windows color (decimal): -13704946 or 975150. OLE color: 975150.
HSL color Cylindrical-coordinate representation of color #2EE10E: hue angle of 110.9º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EE10E is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 14 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.12 |
| HSL | 110.9º | 0.88% | 0.47% | - |
| HSV(B) | 110.9º | 0.94% | 0.88% | - |
| XYZ | 28.13 | 54.46 | 9.45 | - |
| YUV | 147.43 | 52.7 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 14 | 0.80 | 0 | 0.94 | 0.12 | 110.9 | 0.88 | 0.47 |
| Hex | 2E | E1 | E | 50 | 0 | 5E | C | 6F | 58 | 2F |
| Octal | 56 | 341 | 16 | 120 | 0 | 136 | 14 | 157 | 130 | 57 |
| Binary | 101110 | 11100001 | 1110 | 1010000 | 0 | 1011110 | 1100 | 1101111 | 1011000 | 101111 |
Color Harmonies of #2EE10E
Complementary color
Monochromatic Colors of #2EE10E
Black with #2EE10E
Text Example
Text Example
White with #2EE10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE10E; }
p { color: rgb(46,225,14); }
H1.HeaderClassName
{
color: #2EE10E;
}
.AnyTagClassName
{
color: #2EE10E;
}
</style>
background-color css
<style>
a { background-color: #2EE10E; }
a { background-color: rgb(46,225,14); }
div.DivClassName
{
background-color: #2EE10E;
}
.BgClassName
{
background-color: #2EE10E;
}
</style>
border-color css
<style>
span { border-color: #2EE10E; }
span { border-color: rgb(46,225,14); }
td.TdClassName
{
border-color: #2EE10E;
}
.TagClassName
{
border-color: #2EE10E;
}
</style>