Shades of Harlequin #2EE610
Tints of Harlequin #2EE610
RGB
CMYK
RGB Variations
Color information
#2EE610 (or 0x2EE610) is known color: Harlequin. HEX triplet: 2E, E6 and 10. RGB value is (46,230,16). Sum of RGB (Red+Green+Blue) = 46+230+16=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 230 (90.23% from 255 or 78.77% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE610 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE610 is #D119EF. Grayscale: #979797. Windows color (decimal): -13703664 or 1107502. OLE color: 1107502.
HSL color Cylindrical-coordinate representation of color #2EE610: hue angle of 111.59º 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 #2EE610 is Cyan = 0.8, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 16 | - |
| CMYK | 0.8 | 0 | 0.93 | 0.10 |
| HSL | 111.59º | 0.87% | 0.48% | - |
| HSV(B) | 111.59º | 0.93% | 0.9% | - |
| XYZ | 29.52 | 57.21 | 9.98 | - |
| YUV | 150.59 | 52.04 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 16 | 0.8 | 0 | 0.93 | 0.10 | 111.59 | 0.87 | 0.48 |
| Hex | 2E | E6 | 10 | 50 | 0 | 5D | A | 70 | 57 | 30 |
| Octal | 56 | 346 | 20 | 120 | 0 | 135 | 12 | 160 | 127 | 60 |
| Binary | 101110 | 11100110 | 10000 | 1010000 | 0 | 1011101 | 1010 | 1110000 | 1010111 | 110000 |
Color Harmonies of #2EE610
Complementary color
Monochromatic Colors of #2EE610
Black with #2EE610
Text Example
Text Example
White with #2EE610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE610; }
p { color: rgb(46,230,16); }
H1.HeaderClassName
{
color: #2EE610;
}
.AnyTagClassName
{
color: #2EE610;
}
</style>
background-color css
<style>
a { background-color: #2EE610; }
a { background-color: rgb(46,230,16); }
div.DivClassName
{
background-color: #2EE610;
}
.BgClassName
{
background-color: #2EE610;
}
</style>
border-color css
<style>
span { border-color: #2EE610; }
span { border-color: rgb(46,230,16); }
td.TdClassName
{
border-color: #2EE610;
}
.TagClassName
{
border-color: #2EE610;
}
</style>