Shades of Harlequin #2EEF00
Tints of Harlequin #2EEF00
RGB
CMYK
RGB Variations
Color information
#2EEF00 (or 0x2EEF00) is known color: Harlequin. HEX triplet: 2E, EF and 00. RGB value is (46,239,0). Sum of RGB (Red+Green+Blue) = 46+239+0=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 239 (93.75% from 255 or 83.86% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF00 is #D110FF. Grayscale: #9A9A9A. Windows color (decimal): -13701376 or 61230. OLE color: 61230.
HSL color Cylindrical-coordinate representation of color #2EEF00: hue angle of 108.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EEF00 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.06 |
| HSL | 108.45º | 1% | 0.47% | - |
| HSV(B) | 108.45º | 1% | 0.94% | - |
| XYZ | 31.99 | 62.31 | 10.34 | - |
| YUV | 154.05 | 41.06 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 0 | 0.81 | 0 | 1 | 0.06 | 108.45 | 1 | 0.47 |
| Hex | 2E | EF | 0 | 51 | 0 | 64 | 6 | 6C | 64 | 2F |
| Octal | 56 | 357 | 0 | 121 | 0 | 144 | 6 | 154 | 144 | 57 |
| Binary | 101110 | 11101111 | 0 | 1010001 | 0 | 1100100 | 110 | 1101100 | 1100100 | 101111 |
Color Harmonies of #2EEF00
Complementary color
Monochromatic Colors of #2EEF00
Black with #2EEF00
Text Example
Text Example
White with #2EEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF00; }
p { color: rgb(46,239,0); }
H1.HeaderClassName
{
color: #2EEF00;
}
.AnyTagClassName
{
color: #2EEF00;
}
</style>
background-color css
<style>
a { background-color: #2EEF00; }
a { background-color: rgb(46,239,0); }
div.DivClassName
{
background-color: #2EEF00;
}
.BgClassName
{
background-color: #2EEF00;
}
</style>
border-color css
<style>
span { border-color: #2EEF00; }
span { border-color: rgb(46,239,0); }
td.TdClassName
{
border-color: #2EEF00;
}
.TagClassName
{
border-color: #2EEF00;
}
</style>