Shades of Harlequin #2EE00D
Tints of Harlequin #2EE00D
RGB
CMYK
RGB Variations
Color information
#2EE00D (or 0x2EE00D) is known color: Harlequin. HEX triplet: 2E, E0 and 0D. RGB value is (46,224,13). Sum of RGB (Red+Green+Blue) = 46+224+13=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 224 (87.89% from 255 or 79.15% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE00D is #D11FF2. Grayscale: #939393. Windows color (decimal): -13705203 or 909358. OLE color: 909358.
HSL color Cylindrical-coordinate representation of color #2EE00D: hue angle of 110.62º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EE00D is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 13 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.12 |
| HSL | 110.62º | 0.89% | 0.46% | - |
| HSV(B) | 110.62º | 0.94% | 0.88% | - |
| XYZ | 27.86 | 53.92 | 9.32 | - |
| YUV | 146.72 | 52.53 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 13 | 0.79 | 0 | 0.94 | 0.12 | 110.62 | 0.89 | 0.46 |
| Hex | 2E | E0 | D | 4F | 0 | 5E | C | 6F | 59 | 2E |
| Octal | 56 | 340 | 15 | 117 | 0 | 136 | 14 | 157 | 131 | 56 |
| Binary | 101110 | 11100000 | 1101 | 1001111 | 0 | 1011110 | 1100 | 1101111 | 1011001 | 101110 |
Color Harmonies of #2EE00D
Complementary color
Monochromatic Colors of #2EE00D
Black with #2EE00D
Text Example
Text Example
White with #2EE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE00D; }
p { color: rgb(46,224,13); }
H1.HeaderClassName
{
color: #2EE00D;
}
.AnyTagClassName
{
color: #2EE00D;
}
</style>
background-color css
<style>
a { background-color: #2EE00D; }
a { background-color: rgb(46,224,13); }
div.DivClassName
{
background-color: #2EE00D;
}
.BgClassName
{
background-color: #2EE00D;
}
</style>
border-color css
<style>
span { border-color: #2EE00D; }
span { border-color: rgb(46,224,13); }
td.TdClassName
{
border-color: #2EE00D;
}
.TagClassName
{
border-color: #2EE00D;
}
</style>