Shades of Harlequin #2EF414
Tints of Harlequin #2EF414
RGB
CMYK
RGB Variations
Color information
#2EF414 (or 0x2EF414) is known color: Harlequin. HEX triplet: 2E, F4 and 14. RGB value is (46,244,20). Sum of RGB (Red+Green+Blue) = 46+244+20=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 244 (95.70% from 255 or 78.71% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF414 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF414 is #D10BEB. Grayscale: #9F9F9F. Windows color (decimal): -13700076 or 1373230. OLE color: 1373230.
HSL color Cylindrical-coordinate representation of color #2EF414: hue angle of 113.04º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EF414 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 20 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.04 |
| HSL | 113.04º | 0.91% | 0.52% | - |
| HSV(B) | 113.04º | 0.92% | 0.96% | - |
| XYZ | 33.6 | 65.33 | 11.5 | - |
| YUV | 159.26 | 49.4 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 20 | 0.81 | 0 | 0.92 | 0.04 | 113.04 | 0.91 | 0.52 |
| Hex | 2E | F4 | 14 | 51 | 0 | 5C | 4 | 71 | 5B | 34 |
| Octal | 56 | 364 | 24 | 121 | 0 | 134 | 4 | 161 | 133 | 64 |
| Binary | 101110 | 11110100 | 10100 | 1010001 | 0 | 1011100 | 100 | 1110001 | 1011011 | 110100 |
Color Harmonies of #2EF414
Complementary color
Monochromatic Colors of #2EF414
Black with #2EF414
Text Example
Text Example
White with #2EF414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF414; }
p { color: rgb(46,244,20); }
H1.HeaderClassName
{
color: #2EF414;
}
.AnyTagClassName
{
color: #2EF414;
}
</style>
background-color css
<style>
a { background-color: #2EF414; }
a { background-color: rgb(46,244,20); }
div.DivClassName
{
background-color: #2EF414;
}
.BgClassName
{
background-color: #2EF414;
}
</style>
border-color css
<style>
span { border-color: #2EF414; }
span { border-color: rgb(46,244,20); }
td.TdClassName
{
border-color: #2EF414;
}
.TagClassName
{
border-color: #2EF414;
}
</style>