Shades of Harlequin #2EEF16
Tints of Harlequin #2EEF16
RGB
CMYK
RGB Variations
Color information
#2EEF16 (or 0x2EEF16) is known color: Harlequin. HEX triplet: 2E, EF and 16. RGB value is (46,239,22). Sum of RGB (Red+Green+Blue) = 46+239+22=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 239 (93.75% from 255 or 77.85% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF16 is #D110E9. Grayscale: #9D9D9D. Windows color (decimal): -13701354 or 1503022. OLE color: 1503022.
HSL color Cylindrical-coordinate representation of color #2EEF16: hue angle of 113.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EEF16 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 22 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.06 |
| HSL | 113.36º | 0.87% | 0.51% | - |
| HSV(B) | 113.36º | 0.91% | 0.94% | - |
| XYZ | 32.14 | 62.37 | 11.1 | - |
| YUV | 156.56 | 52.06 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 22 | 0.81 | 0 | 0.91 | 0.06 | 113.36 | 0.87 | 0.51 |
| Hex | 2E | EF | 16 | 51 | 0 | 5B | 6 | 71 | 57 | 33 |
| Octal | 56 | 357 | 26 | 121 | 0 | 133 | 6 | 161 | 127 | 63 |
| Binary | 101110 | 11101111 | 10110 | 1010001 | 0 | 1011011 | 110 | 1110001 | 1010111 | 110011 |
Color Harmonies of #2EEF16
Complementary color
Monochromatic Colors of #2EEF16
Black with #2EEF16
Text Example
Text Example
White with #2EEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF16; }
p { color: rgb(46,239,22); }
H1.HeaderClassName
{
color: #2EEF16;
}
.AnyTagClassName
{
color: #2EEF16;
}
</style>
background-color css
<style>
a { background-color: #2EEF16; }
a { background-color: rgb(46,239,22); }
div.DivClassName
{
background-color: #2EEF16;
}
.BgClassName
{
background-color: #2EEF16;
}
</style>
border-color css
<style>
span { border-color: #2EEF16; }
span { border-color: rgb(46,239,22); }
td.TdClassName
{
border-color: #2EEF16;
}
.TagClassName
{
border-color: #2EEF16;
}
</style>