Shades of Harlequin #2EEC14
Tints of Harlequin #2EEC14
RGB
CMYK
RGB Variations
Color information
#2EEC14 (or 0x2EEC14) is known color: Harlequin. HEX triplet: 2E, EC and 14. RGB value is (46,236,20). Sum of RGB (Red+Green+Blue) = 46+236+20=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 236 (92.58% from 255 or 78.15% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEC14 is #D113EB. Grayscale: #9B9B9B. Windows color (decimal): -13702124 or 1371182. OLE color: 1371182.
HSL color Cylindrical-coordinate representation of color #2EEC14: hue angle of 112.78º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EEC14 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 20 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.07 |
| HSL | 112.78º | 0.85% | 0.5% | - |
| HSV(B) | 112.78º | 0.92% | 0.93% | - |
| XYZ | 31.25 | 60.62 | 10.72 | - |
| YUV | 154.57 | 52.05 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 20 | 0.81 | 0 | 0.92 | 0.07 | 112.78 | 0.85 | 0.5 |
| Hex | 2E | EC | 14 | 51 | 0 | 5C | 7 | 71 | 55 | 32 |
| Octal | 56 | 354 | 24 | 121 | 0 | 134 | 7 | 161 | 125 | 62 |
| Binary | 101110 | 11101100 | 10100 | 1010001 | 0 | 1011100 | 111 | 1110001 | 1010101 | 110010 |
Color Harmonies of #2EEC14
Complementary color
Monochromatic Colors of #2EEC14
Black with #2EEC14
Text Example
Text Example
White with #2EEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEC14; }
p { color: rgb(46,236,20); }
H1.HeaderClassName
{
color: #2EEC14;
}
.AnyTagClassName
{
color: #2EEC14;
}
</style>
background-color css
<style>
a { background-color: #2EEC14; }
a { background-color: rgb(46,236,20); }
div.DivClassName
{
background-color: #2EEC14;
}
.BgClassName
{
background-color: #2EEC14;
}
</style>
border-color css
<style>
span { border-color: #2EEC14; }
span { border-color: rgb(46,236,20); }
td.TdClassName
{
border-color: #2EEC14;
}
.TagClassName
{
border-color: #2EEC14;
}
</style>