Shades of Harlequin #2EE005
Tints of Harlequin #2EE005
RGB
CMYK
RGB Variations
Color information
#2EE005 (or 0x2EE005) is known color: Harlequin. HEX triplet: 2E, E0 and 05. RGB value is (46,224,5). Sum of RGB (Red+Green+Blue) = 46+224+5=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 224 (87.89% from 255 or 81.45% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE005 is #D11FFA. Grayscale: #929292. Windows color (decimal): -13705211 or 385070. OLE color: 385070.
HSL color Cylindrical-coordinate representation of color #2EE005: hue angle of 108.77º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EE005 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 5 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.12 |
| HSL | 108.77º | 0.96% | 0.45% | - |
| HSV(B) | 108.77º | 0.98% | 0.88% | - |
| XYZ | 27.81 | 53.9 | 9.08 | - |
| YUV | 145.81 | 48.53 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 5 | 0.79 | 0 | 0.98 | 0.12 | 108.77 | 0.96 | 0.45 |
| Hex | 2E | E0 | 5 | 4F | 0 | 62 | C | 6D | 60 | 2D |
| Octal | 56 | 340 | 5 | 117 | 0 | 142 | 14 | 155 | 140 | 55 |
| Binary | 101110 | 11100000 | 101 | 1001111 | 0 | 1100010 | 1100 | 1101101 | 1100000 | 101101 |
Color Harmonies of #2EE005
Complementary color
Monochromatic Colors of #2EE005
Black with #2EE005
Text Example
Text Example
White with #2EE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE005; }
p { color: rgb(46,224,5); }
H1.HeaderClassName
{
color: #2EE005;
}
.AnyTagClassName
{
color: #2EE005;
}
</style>
background-color css
<style>
a { background-color: #2EE005; }
a { background-color: rgb(46,224,5); }
div.DivClassName
{
background-color: #2EE005;
}
.BgClassName
{
background-color: #2EE005;
}
</style>
border-color css
<style>
span { border-color: #2EE005; }
span { border-color: rgb(46,224,5); }
td.TdClassName
{
border-color: #2EE005;
}
.TagClassName
{
border-color: #2EE005;
}
</style>