Shades of Harlequin #2EF019
Tints of Harlequin #2EF019
RGB
CMYK
RGB Variations
Color information
#2EF019 (or 0x2EF019) is known color: Harlequin. HEX triplet: 2E, F0 and 19. RGB value is (46,240,25). Sum of RGB (Red+Green+Blue) = 46+240+25=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 240 (94.14% from 255 or 77.17% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF019 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF019 is #D10FE6. Grayscale: #9E9E9E. Windows color (decimal): -13701095 or 1699886. OLE color: 1699886.
HSL color Cylindrical-coordinate representation of color #2EF019: hue angle of 114.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EF019 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 25 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.06 |
| HSL | 114.14º | 0.88% | 0.52% | - |
| HSV(B) | 114.14º | 0.9% | 0.94% | - |
| XYZ | 32.46 | 62.97 | 11.36 | - |
| YUV | 157.48 | 53.23 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 25 | 0.81 | 0 | 0.90 | 0.06 | 114.14 | 0.88 | 0.52 |
| Hex | 2E | F0 | 19 | 51 | 0 | 5A | 6 | 72 | 58 | 34 |
| Octal | 56 | 360 | 31 | 121 | 0 | 132 | 6 | 162 | 130 | 64 |
| Binary | 101110 | 11110000 | 11001 | 1010001 | 0 | 1011010 | 110 | 1110010 | 1011000 | 110100 |
Color Harmonies of #2EF019
Complementary color
Monochromatic Colors of #2EF019
Black with #2EF019
Text Example
Text Example
White with #2EF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF019; }
p { color: rgb(46,240,25); }
H1.HeaderClassName
{
color: #2EF019;
}
.AnyTagClassName
{
color: #2EF019;
}
</style>
background-color css
<style>
a { background-color: #2EF019; }
a { background-color: rgb(46,240,25); }
div.DivClassName
{
background-color: #2EF019;
}
.BgClassName
{
background-color: #2EF019;
}
</style>
border-color css
<style>
span { border-color: #2EF019; }
span { border-color: rgb(46,240,25); }
td.TdClassName
{
border-color: #2EF019;
}
.TagClassName
{
border-color: #2EF019;
}
</style>