Shades of Harlequin #2EE613
Tints of Harlequin #2EE613
RGB
CMYK
RGB Variations
Color information
#2EE613 (or 0x2EE613) is known color: Harlequin. HEX triplet: 2E, E6 and 13. RGB value is (46,230,19). Sum of RGB (Red+Green+Blue) = 46+230+19=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 230 (90.23% from 255 or 77.97% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE613 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE613 is #D119EC. Grayscale: #979797. Windows color (decimal): -13703661 or 1304110. OLE color: 1304110.
HSL color Cylindrical-coordinate representation of color #2EE613: hue angle of 112.32º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EE613 is Cyan = 0.8, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 19 | - |
| CMYK | 0.8 | 0 | 0.92 | 0.10 |
| HSL | 112.32º | 0.85% | 0.49% | - |
| HSV(B) | 112.32º | 0.92% | 0.9% | - |
| XYZ | 29.54 | 57.22 | 10.1 | - |
| YUV | 150.93 | 53.54 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 19 | 0.8 | 0 | 0.92 | 0.10 | 112.32 | 0.85 | 0.49 |
| Hex | 2E | E6 | 13 | 50 | 0 | 5C | A | 70 | 55 | 31 |
| Octal | 56 | 346 | 23 | 120 | 0 | 134 | 12 | 160 | 125 | 61 |
| Binary | 101110 | 11100110 | 10011 | 1010000 | 0 | 1011100 | 1010 | 1110000 | 1010101 | 110001 |
Color Harmonies of #2EE613
Complementary color
Monochromatic Colors of #2EE613
Black with #2EE613
Text Example
Text Example
White with #2EE613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE613; }
p { color: rgb(46,230,19); }
H1.HeaderClassName
{
color: #2EE613;
}
.AnyTagClassName
{
color: #2EE613;
}
</style>
background-color css
<style>
a { background-color: #2EE613; }
a { background-color: rgb(46,230,19); }
div.DivClassName
{
background-color: #2EE613;
}
.BgClassName
{
background-color: #2EE613;
}
</style>
border-color css
<style>
span { border-color: #2EE613; }
span { border-color: rgb(46,230,19); }
td.TdClassName
{
border-color: #2EE613;
}
.TagClassName
{
border-color: #2EE613;
}
</style>