Shades of Harlequin #2EF608
Tints of Harlequin #2EF608
RGB
CMYK
RGB Variations
Color information
#2EF608 (or 0x2EF608) is known color: Harlequin. HEX triplet: 2E, F6 and 08. RGB value is (46,246,8). Sum of RGB (Red+Green+Blue) = 46+246+8=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 246 (96.48% from 255 or 82% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF608 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF608 is #D109F7. Grayscale: #9F9F9F. Windows color (decimal): -13699576 or 587310. OLE color: 587310.
HSL color Cylindrical-coordinate representation of color #2EF608: hue angle of 110.42º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EF608 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 8 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.04 |
| HSL | 110.42º | 0.94% | 0.5% | - |
| HSV(B) | 110.42º | 0.97% | 0.96% | - |
| XYZ | 34.13 | 66.51 | 11.27 | - |
| YUV | 159.07 | 42.74 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 8 | 0.81 | 0 | 0.97 | 0.04 | 110.42 | 0.94 | 0.5 |
| Hex | 2E | F6 | 8 | 51 | 0 | 61 | 4 | 6E | 5E | 32 |
| Octal | 56 | 366 | 10 | 121 | 0 | 141 | 4 | 156 | 136 | 62 |
| Binary | 101110 | 11110110 | 1000 | 1010001 | 0 | 1100001 | 100 | 1101110 | 1011110 | 110010 |
Color Harmonies of #2EF608
Complementary color
Monochromatic Colors of #2EF608
Black with #2EF608
Text Example
Text Example
White with #2EF608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF608; }
p { color: rgb(46,246,8); }
H1.HeaderClassName
{
color: #2EF608;
}
.AnyTagClassName
{
color: #2EF608;
}
</style>
background-color css
<style>
a { background-color: #2EF608; }
a { background-color: rgb(46,246,8); }
div.DivClassName
{
background-color: #2EF608;
}
.BgClassName
{
background-color: #2EF608;
}
</style>
border-color css
<style>
span { border-color: #2EF608; }
span { border-color: rgb(46,246,8); }
td.TdClassName
{
border-color: #2EF608;
}
.TagClassName
{
border-color: #2EF608;
}
</style>