Shades of Harlequin #2EE510
Tints of Harlequin #2EE510
RGB
CMYK
RGB Variations
Color information
#2EE510 (or 0x2EE510) is known color: Harlequin. HEX triplet: 2E, E5 and 10. RGB value is (46,229,16). Sum of RGB (Red+Green+Blue) = 46+229+16=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 229 (89.84% from 255 or 78.69% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE510 is #D11AEF. Grayscale: #969696. Windows color (decimal): -13703920 or 1107246. OLE color: 1107246.
HSL color Cylindrical-coordinate representation of color #2EE510: hue angle of 111.55º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EE510 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 16 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.10 |
| HSL | 111.55º | 0.87% | 0.48% | - |
| HSV(B) | 111.55º | 0.93% | 0.9% | - |
| XYZ | 29.24 | 56.66 | 9.89 | - |
| YUV | 150 | 52.37 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 16 | 0.80 | 0 | 0.93 | 0.10 | 111.55 | 0.87 | 0.48 |
| Hex | 2E | E5 | 10 | 50 | 0 | 5D | A | 70 | 57 | 30 |
| Octal | 56 | 345 | 20 | 120 | 0 | 135 | 12 | 160 | 127 | 60 |
| Binary | 101110 | 11100101 | 10000 | 1010000 | 0 | 1011101 | 1010 | 1110000 | 1010111 | 110000 |
Color Harmonies of #2EE510
Complementary color
Monochromatic Colors of #2EE510
Black with #2EE510
Text Example
Text Example
White with #2EE510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE510; }
p { color: rgb(46,229,16); }
H1.HeaderClassName
{
color: #2EE510;
}
.AnyTagClassName
{
color: #2EE510;
}
</style>
background-color css
<style>
a { background-color: #2EE510; }
a { background-color: rgb(46,229,16); }
div.DivClassName
{
background-color: #2EE510;
}
.BgClassName
{
background-color: #2EE510;
}
</style>
border-color css
<style>
span { border-color: #2EE510; }
span { border-color: rgb(46,229,16); }
td.TdClassName
{
border-color: #2EE510;
}
.TagClassName
{
border-color: #2EE510;
}
</style>