Shades of Harlequin #2EEF10
Tints of Harlequin #2EEF10
RGB
CMYK
RGB Variations
Color information
#2EEF10 (or 0x2EEF10) is known color: Harlequin. HEX triplet: 2E, EF and 10. RGB value is (46,239,16). Sum of RGB (Red+Green+Blue) = 46+239+16=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 239 (93.75% from 255 or 79.40% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF10 is #D110EF. Grayscale: #9C9C9C. Windows color (decimal): -13701360 or 1109806. OLE color: 1109806.
HSL color Cylindrical-coordinate representation of color #2EEF10: hue angle of 111.93º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EEF10 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 16 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.06 |
| HSL | 111.93º | 0.87% | 0.5% | - |
| HSV(B) | 111.93º | 0.93% | 0.94% | - |
| XYZ | 32.09 | 62.35 | 10.83 | - |
| YUV | 155.87 | 49.06 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 16 | 0.81 | 0 | 0.93 | 0.06 | 111.93 | 0.87 | 0.5 |
| Hex | 2E | EF | 10 | 51 | 0 | 5D | 6 | 70 | 57 | 32 |
| Octal | 56 | 357 | 20 | 121 | 0 | 135 | 6 | 160 | 127 | 62 |
| Binary | 101110 | 11101111 | 10000 | 1010001 | 0 | 1011101 | 110 | 1110000 | 1010111 | 110010 |
Color Harmonies of #2EEF10
Complementary color
Monochromatic Colors of #2EEF10
Black with #2EEF10
Text Example
Text Example
White with #2EEF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF10; }
p { color: rgb(46,239,16); }
H1.HeaderClassName
{
color: #2EEF10;
}
.AnyTagClassName
{
color: #2EEF10;
}
</style>
background-color css
<style>
a { background-color: #2EEF10; }
a { background-color: rgb(46,239,16); }
div.DivClassName
{
background-color: #2EEF10;
}
.BgClassName
{
background-color: #2EEF10;
}
</style>
border-color css
<style>
span { border-color: #2EEF10; }
span { border-color: rgb(46,239,16); }
td.TdClassName
{
border-color: #2EEF10;
}
.TagClassName
{
border-color: #2EEF10;
}
</style>