Shades of Harlequin #2EF619
Tints of Harlequin #2EF619
RGB
CMYK
RGB Variations
Color information
#2EF619 (or 0x2EF619) is known color: Harlequin. HEX triplet: 2E, F6 and 19. RGB value is (46,246,25). Sum of RGB (Red+Green+Blue) = 46+246+25=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 246 (96.48% from 255 or 77.60% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF619 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF619 is #D109E6. Grayscale: #A1A1A1. Windows color (decimal): -13699559 or 1701422. OLE color: 1701422.
HSL color Cylindrical-coordinate representation of color #2EF619: hue angle of 114.3º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EF619 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 25 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.04 |
| HSL | 114.3º | 0.92% | 0.53% | - |
| HSV(B) | 114.3º | 0.9% | 0.96% | - |
| XYZ | 34.26 | 66.56 | 11.96 | - |
| YUV | 161.01 | 51.24 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 25 | 0.81 | 0 | 0.90 | 0.04 | 114.3 | 0.92 | 0.53 |
| Hex | 2E | F6 | 19 | 51 | 0 | 5A | 4 | 72 | 5C | 35 |
| Octal | 56 | 366 | 31 | 121 | 0 | 132 | 4 | 162 | 134 | 65 |
| Binary | 101110 | 11110110 | 11001 | 1010001 | 0 | 1011010 | 100 | 1110010 | 1011100 | 110101 |
Color Harmonies of #2EF619
Complementary color
Monochromatic Colors of #2EF619
Black with #2EF619
Text Example
Text Example
White with #2EF619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF619; }
p { color: rgb(46,246,25); }
H1.HeaderClassName
{
color: #2EF619;
}
.AnyTagClassName
{
color: #2EF619;
}
</style>
background-color css
<style>
a { background-color: #2EF619; }
a { background-color: rgb(46,246,25); }
div.DivClassName
{
background-color: #2EF619;
}
.BgClassName
{
background-color: #2EF619;
}
</style>
border-color css
<style>
span { border-color: #2EF619; }
span { border-color: rgb(46,246,25); }
td.TdClassName
{
border-color: #2EF619;
}
.TagClassName
{
border-color: #2EF619;
}
</style>