Shades of Harlequin #2EF40E
Tints of Harlequin #2EF40E
RGB
CMYK
RGB Variations
Color information
#2EF40E (or 0x2EF40E) is known color: Harlequin. HEX triplet: 2E, F4 and 0E. RGB value is (46,244,14). Sum of RGB (Red+Green+Blue) = 46+244+14=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 244 (95.70% from 255 or 80.26% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF40E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF40E is #D10BF1. Grayscale: #9F9F9F. Windows color (decimal): -13700082 or 980014. OLE color: 980014.
HSL color Cylindrical-coordinate representation of color #2EF40E: hue angle of 111.65º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EF40E is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 14 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.04 |
| HSL | 111.65º | 0.91% | 0.51% | - |
| HSV(B) | 111.65º | 0.94% | 0.96% | - |
| XYZ | 33.56 | 65.31 | 11.25 | - |
| YUV | 158.58 | 46.4 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 14 | 0.81 | 0 | 0.94 | 0.04 | 111.65 | 0.91 | 0.51 |
| Hex | 2E | F4 | E | 51 | 0 | 5E | 4 | 70 | 5B | 33 |
| Octal | 56 | 364 | 16 | 121 | 0 | 136 | 4 | 160 | 133 | 63 |
| Binary | 101110 | 11110100 | 1110 | 1010001 | 0 | 1011110 | 100 | 1110000 | 1011011 | 110011 |
Color Harmonies of #2EF40E
Complementary color
Monochromatic Colors of #2EF40E
Black with #2EF40E
Text Example
Text Example
White with #2EF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF40E; }
p { color: rgb(46,244,14); }
H1.HeaderClassName
{
color: #2EF40E;
}
.AnyTagClassName
{
color: #2EF40E;
}
</style>
background-color css
<style>
a { background-color: #2EF40E; }
a { background-color: rgb(46,244,14); }
div.DivClassName
{
background-color: #2EF40E;
}
.BgClassName
{
background-color: #2EF40E;
}
</style>
border-color css
<style>
span { border-color: #2EF40E; }
span { border-color: rgb(46,244,14); }
td.TdClassName
{
border-color: #2EF40E;
}
.TagClassName
{
border-color: #2EF40E;
}
</style>