Shades of Harlequin #2EEF19
Tints of Harlequin #2EEF19
RGB
CMYK
RGB Variations
Color information
#2EEF19 (or 0x2EEF19) is known color: Harlequin. HEX triplet: 2E, EF and 19. RGB value is (46,239,25). Sum of RGB (Red+Green+Blue) = 46+239+25=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 239 (93.75% from 255 or 77.10% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF19 is #D110E6. Grayscale: #9D9D9D. Windows color (decimal): -13701351 or 1699630. OLE color: 1699630.
HSL color Cylindrical-coordinate representation of color #2EEF19: hue angle of 114.11º degrees, saturation: 0.87, 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 #2EEF19 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 25 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.06 |
| HSL | 114.11º | 0.87% | 0.52% | - |
| HSV(B) | 114.11º | 0.9% | 0.94% | - |
| XYZ | 32.17 | 62.38 | 11.27 | - |
| YUV | 156.9 | 53.56 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 25 | 0.81 | 0 | 0.90 | 0.06 | 114.11 | 0.87 | 0.52 |
| Hex | 2E | EF | 19 | 51 | 0 | 5A | 6 | 72 | 57 | 34 |
| Octal | 56 | 357 | 31 | 121 | 0 | 132 | 6 | 162 | 127 | 64 |
| Binary | 101110 | 11101111 | 11001 | 1010001 | 0 | 1011010 | 110 | 1110010 | 1010111 | 110100 |
Color Harmonies of #2EEF19
Complementary color
Monochromatic Colors of #2EEF19
Black with #2EEF19
Text Example
Text Example
White with #2EEF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF19; }
p { color: rgb(46,239,25); }
H1.HeaderClassName
{
color: #2EEF19;
}
.AnyTagClassName
{
color: #2EEF19;
}
</style>
background-color css
<style>
a { background-color: #2EEF19; }
a { background-color: rgb(46,239,25); }
div.DivClassName
{
background-color: #2EEF19;
}
.BgClassName
{
background-color: #2EEF19;
}
</style>
border-color css
<style>
span { border-color: #2EEF19; }
span { border-color: rgb(46,239,25); }
td.TdClassName
{
border-color: #2EEF19;
}
.TagClassName
{
border-color: #2EEF19;
}
</style>