Shades of Harlequin #2EEF1A
Tints of Harlequin #2EEF1A
RGB
CMYK
RGB Variations
Color information
#2EEF1A (or 0x2EEF1A) is known color: Harlequin. HEX triplet: 2E, EF and 1A. RGB value is (46,239,26). Sum of RGB (Red+Green+Blue) = 46+239+26=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 239 (93.75% from 255 or 76.85% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF1A is #D110E5. Grayscale: #9D9D9D. Windows color (decimal): -13701350 or 1765166. OLE color: 1765166.
HSL color Cylindrical-coordinate representation of color #2EEF1A: hue angle of 114.37º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EEF1A is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 26 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.06 |
| HSL | 114.37º | 0.87% | 0.52% | - |
| HSV(B) | 114.37º | 0.89% | 0.94% | - |
| XYZ | 32.18 | 62.39 | 11.32 | - |
| YUV | 157.01 | 54.06 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 26 | 0.81 | 0 | 0.89 | 0.06 | 114.37 | 0.87 | 0.52 |
| Hex | 2E | EF | 1A | 51 | 0 | 59 | 6 | 72 | 57 | 34 |
| Octal | 56 | 357 | 32 | 121 | 0 | 131 | 6 | 162 | 127 | 64 |
| Binary | 101110 | 11101111 | 11010 | 1010001 | 0 | 1011001 | 110 | 1110010 | 1010111 | 110100 |
Color Harmonies of #2EEF1A
Complementary color
Monochromatic Colors of #2EEF1A
Black with #2EEF1A
Text Example
Text Example
White with #2EEF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF1A; }
p { color: rgb(46,239,26); }
H1.HeaderClassName
{
color: #2EEF1A;
}
.AnyTagClassName
{
color: #2EEF1A;
}
</style>
background-color css
<style>
a { background-color: #2EEF1A; }
a { background-color: rgb(46,239,26); }
div.DivClassName
{
background-color: #2EEF1A;
}
.BgClassName
{
background-color: #2EEF1A;
}
</style>
border-color css
<style>
span { border-color: #2EEF1A; }
span { border-color: rgb(46,239,26); }
td.TdClassName
{
border-color: #2EEF1A;
}
.TagClassName
{
border-color: #2EEF1A;
}
</style>