Shades of Harlequin #2EF112
Tints of Harlequin #2EF112
RGB
CMYK
RGB Variations
Color information
#2EF112 (or 0x2EF112) is known color: Harlequin. HEX triplet: 2E, F1 and 12. RGB value is (46,241,18). Sum of RGB (Red+Green+Blue) = 46+241+18=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 241 (94.53% from 255 or 79.02% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF112 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF112 is #D10EED. Grayscale: #9D9D9D. Windows color (decimal): -13700846 or 1241390. OLE color: 1241390.
HSL color Cylindrical-coordinate representation of color #2EF112: hue angle of 112.47º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EF112 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 18 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.05 |
| HSL | 112.47º | 0.89% | 0.51% | - |
| HSV(B) | 112.47º | 0.93% | 0.95% | - |
| XYZ | 32.69 | 63.54 | 11.11 | - |
| YUV | 157.27 | 49.4 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 18 | 0.81 | 0 | 0.93 | 0.05 | 112.47 | 0.89 | 0.51 |
| Hex | 2E | F1 | 12 | 51 | 0 | 5D | 5 | 70 | 59 | 33 |
| Octal | 56 | 361 | 22 | 121 | 0 | 135 | 5 | 160 | 131 | 63 |
| Binary | 101110 | 11110001 | 10010 | 1010001 | 0 | 1011101 | 101 | 1110000 | 1011001 | 110011 |
Color Harmonies of #2EF112
Complementary color
Monochromatic Colors of #2EF112
Black with #2EF112
Text Example
Text Example
White with #2EF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF112; }
p { color: rgb(46,241,18); }
H1.HeaderClassName
{
color: #2EF112;
}
.AnyTagClassName
{
color: #2EF112;
}
</style>
background-color css
<style>
a { background-color: #2EF112; }
a { background-color: rgb(46,241,18); }
div.DivClassName
{
background-color: #2EF112;
}
.BgClassName
{
background-color: #2EF112;
}
</style>
border-color css
<style>
span { border-color: #2EF112; }
span { border-color: rgb(46,241,18); }
td.TdClassName
{
border-color: #2EF112;
}
.TagClassName
{
border-color: #2EF112;
}
</style>