Shades of Harlequin #2EE40E
Tints of Harlequin #2EE40E
RGB
CMYK
RGB Variations
Color information
#2EE40E (or 0x2EE40E) is known color: Harlequin. HEX triplet: 2E, E4 and 0E. RGB value is (46,228,14). Sum of RGB (Red+Green+Blue) = 46+228+14=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 228 (89.45% from 255 or 79.17% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE40E is #D11BF1. Grayscale: #959595. Windows color (decimal): -13704178 or 975918. OLE color: 975918.
HSL color Cylindrical-coordinate representation of color #2EE40E: hue angle of 111.03º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EE40E is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 14 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.11 |
| HSL | 111.03º | 0.88% | 0.47% | - |
| HSV(B) | 111.03º | 0.94% | 0.89% | - |
| XYZ | 28.95 | 56.1 | 9.72 | - |
| YUV | 149.19 | 51.7 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 14 | 0.80 | 0 | 0.94 | 0.11 | 111.03 | 0.88 | 0.47 |
| Hex | 2E | E4 | E | 50 | 0 | 5E | B | 6F | 58 | 2F |
| Octal | 56 | 344 | 16 | 120 | 0 | 136 | 13 | 157 | 130 | 57 |
| Binary | 101110 | 11100100 | 1110 | 1010000 | 0 | 1011110 | 1011 | 1101111 | 1011000 | 101111 |
Color Harmonies of #2EE40E
Complementary color
Monochromatic Colors of #2EE40E
Black with #2EE40E
Text Example
Text Example
White with #2EE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE40E; }
p { color: rgb(46,228,14); }
H1.HeaderClassName
{
color: #2EE40E;
}
.AnyTagClassName
{
color: #2EE40E;
}
</style>
background-color css
<style>
a { background-color: #2EE40E; }
a { background-color: rgb(46,228,14); }
div.DivClassName
{
background-color: #2EE40E;
}
.BgClassName
{
background-color: #2EE40E;
}
</style>
border-color css
<style>
span { border-color: #2EE40E; }
span { border-color: rgb(46,228,14); }
td.TdClassName
{
border-color: #2EE40E;
}
.TagClassName
{
border-color: #2EE40E;
}
</style>