Shades of Harlequin #2EF519
Tints of Harlequin #2EF519
RGB
CMYK
RGB Variations
Color information
#2EF519 (or 0x2EF519) is known color: Harlequin. HEX triplet: 2E, F5 and 19. RGB value is (46,245,25). Sum of RGB (Red+Green+Blue) = 46+245+25=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 245 (96.09% from 255 or 77.53% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF519 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF519 is #D10AE6. Grayscale: #A1A1A1. Windows color (decimal): -13699815 or 1701166. OLE color: 1701166.
HSL color Cylindrical-coordinate representation of color #2EF519: hue angle of 114.27º 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 #2EF519 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 245 | 25 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.04 |
| HSL | 114.27º | 0.92% | 0.53% | - |
| HSV(B) | 114.27º | 0.9% | 0.96% | - |
| XYZ | 33.95 | 65.96 | 11.86 | - |
| YUV | 160.42 | 51.57 | 46.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 245 | 25 | 0.81 | 0 | 0.90 | 0.04 | 114.27 | 0.92 | 0.53 |
| Hex | 2E | F5 | 19 | 51 | 0 | 5A | 4 | 72 | 5C | 35 |
| Octal | 56 | 365 | 31 | 121 | 0 | 132 | 4 | 162 | 134 | 65 |
| Binary | 101110 | 11110101 | 11001 | 1010001 | 0 | 1011010 | 100 | 1110010 | 1011100 | 110101 |
Color Harmonies of #2EF519
Complementary color
Monochromatic Colors of #2EF519
Black with #2EF519
Text Example
Text Example
White with #2EF519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF519; }
p { color: rgb(46,245,25); }
H1.HeaderClassName
{
color: #2EF519;
}
.AnyTagClassName
{
color: #2EF519;
}
</style>
background-color css
<style>
a { background-color: #2EF519; }
a { background-color: rgb(46,245,25); }
div.DivClassName
{
background-color: #2EF519;
}
.BgClassName
{
background-color: #2EF519;
}
</style>
border-color css
<style>
span { border-color: #2EF519; }
span { border-color: rgb(46,245,25); }
td.TdClassName
{
border-color: #2EF519;
}
.TagClassName
{
border-color: #2EF519;
}
</style>