Shades of Harlequin #2EEF14
Tints of Harlequin #2EEF14
RGB
CMYK
RGB Variations
Color information
#2EEF14 (or 0x2EEF14) is known color: Harlequin. HEX triplet: 2E, EF and 14. RGB value is (46,239,20). Sum of RGB (Red+Green+Blue) = 46+239+20=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 239 (93.75% from 255 or 78.36% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF14 is #D110EB. Grayscale: #9D9D9D. Windows color (decimal): -13701356 or 1371950. OLE color: 1371950.
HSL color Cylindrical-coordinate representation of color #2EEF14: hue angle of 112.88º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EEF14 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 20 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.06 |
| HSL | 112.88º | 0.87% | 0.51% | - |
| HSV(B) | 112.88º | 0.92% | 0.94% | - |
| XYZ | 32.12 | 62.36 | 11.01 | - |
| YUV | 156.33 | 51.06 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 20 | 0.81 | 0 | 0.92 | 0.06 | 112.88 | 0.87 | 0.51 |
| Hex | 2E | EF | 14 | 51 | 0 | 5C | 6 | 71 | 57 | 33 |
| Octal | 56 | 357 | 24 | 121 | 0 | 134 | 6 | 161 | 127 | 63 |
| Binary | 101110 | 11101111 | 10100 | 1010001 | 0 | 1011100 | 110 | 1110001 | 1010111 | 110011 |
Color Harmonies of #2EEF14
Complementary color
Monochromatic Colors of #2EEF14
Black with #2EEF14
Text Example
Text Example
White with #2EEF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF14; }
p { color: rgb(46,239,20); }
H1.HeaderClassName
{
color: #2EEF14;
}
.AnyTagClassName
{
color: #2EEF14;
}
</style>
background-color css
<style>
a { background-color: #2EEF14; }
a { background-color: rgb(46,239,20); }
div.DivClassName
{
background-color: #2EEF14;
}
.BgClassName
{
background-color: #2EEF14;
}
</style>
border-color css
<style>
span { border-color: #2EEF14; }
span { border-color: rgb(46,239,20); }
td.TdClassName
{
border-color: #2EEF14;
}
.TagClassName
{
border-color: #2EEF14;
}
</style>