Shades of Harlequin #2EEF12
Tints of Harlequin #2EEF12
RGB
CMYK
RGB Variations
Color information
#2EEF12 (or 0x2EEF12) is known color: Harlequin. HEX triplet: 2E, EF and 12. RGB value is (46,239,18). Sum of RGB (Red+Green+Blue) = 46+239+18=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 239 (93.75% from 255 or 78.88% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF12 is #D110ED. Grayscale: #9C9C9C. Windows color (decimal): -13701358 or 1240878. OLE color: 1240878.
HSL color Cylindrical-coordinate representation of color #2EEF12: hue angle of 112.4º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EEF12 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 18 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.06 |
| HSL | 112.4º | 0.87% | 0.5% | - |
| HSV(B) | 112.4º | 0.92% | 0.94% | - |
| XYZ | 32.1 | 62.36 | 10.92 | - |
| YUV | 156.1 | 50.06 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 18 | 0.81 | 0 | 0.92 | 0.06 | 112.4 | 0.87 | 0.5 |
| Hex | 2E | EF | 12 | 51 | 0 | 5C | 6 | 70 | 57 | 32 |
| Octal | 56 | 357 | 22 | 121 | 0 | 134 | 6 | 160 | 127 | 62 |
| Binary | 101110 | 11101111 | 10010 | 1010001 | 0 | 1011100 | 110 | 1110000 | 1010111 | 110010 |
Color Harmonies of #2EEF12
Complementary color
Monochromatic Colors of #2EEF12
Black with #2EEF12
Text Example
Text Example
White with #2EEF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF12; }
p { color: rgb(46,239,18); }
H1.HeaderClassName
{
color: #2EEF12;
}
.AnyTagClassName
{
color: #2EEF12;
}
</style>
background-color css
<style>
a { background-color: #2EEF12; }
a { background-color: rgb(46,239,18); }
div.DivClassName
{
background-color: #2EEF12;
}
.BgClassName
{
background-color: #2EEF12;
}
</style>
border-color css
<style>
span { border-color: #2EEF12; }
span { border-color: rgb(46,239,18); }
td.TdClassName
{
border-color: #2EEF12;
}
.TagClassName
{
border-color: #2EEF12;
}
</style>