Shades of Harlequin #2EEF18
Tints of Harlequin #2EEF18
RGB
CMYK
RGB Variations
Color information
#2EEF18 (or 0x2EEF18) is known color: Harlequin. HEX triplet: 2E, EF and 18. RGB value is (46,239,24). Sum of RGB (Red+Green+Blue) = 46+239+24=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 239 (93.75% from 255 or 77.35% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF18 is #D110E7. Grayscale: #9D9D9D. Windows color (decimal): -13701352 or 1634094. OLE color: 1634094.
HSL color Cylindrical-coordinate representation of color #2EEF18: hue angle of 113.86º 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 #2EEF18 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 24 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.06 |
| HSL | 113.86º | 0.87% | 0.52% | - |
| HSV(B) | 113.86º | 0.9% | 0.94% | - |
| XYZ | 32.16 | 62.38 | 11.21 | - |
| YUV | 156.78 | 53.06 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 24 | 0.81 | 0 | 0.90 | 0.06 | 113.86 | 0.87 | 0.52 |
| Hex | 2E | EF | 18 | 51 | 0 | 5A | 6 | 72 | 57 | 34 |
| Octal | 56 | 357 | 30 | 121 | 0 | 132 | 6 | 162 | 127 | 64 |
| Binary | 101110 | 11101111 | 11000 | 1010001 | 0 | 1011010 | 110 | 1110010 | 1010111 | 110100 |
Color Harmonies of #2EEF18
Complementary color
Monochromatic Colors of #2EEF18
Black with #2EEF18
Text Example
Text Example
White with #2EEF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF18; }
p { color: rgb(46,239,24); }
H1.HeaderClassName
{
color: #2EEF18;
}
.AnyTagClassName
{
color: #2EEF18;
}
</style>
background-color css
<style>
a { background-color: #2EEF18; }
a { background-color: rgb(46,239,24); }
div.DivClassName
{
background-color: #2EEF18;
}
.BgClassName
{
background-color: #2EEF18;
}
</style>
border-color css
<style>
span { border-color: #2EEF18; }
span { border-color: rgb(46,239,24); }
td.TdClassName
{
border-color: #2EEF18;
}
.TagClassName
{
border-color: #2EEF18;
}
</style>