Shades of Harlequin #2EE608
Tints of Harlequin #2EE608
RGB
CMYK
RGB Variations
Color information
#2EE608 (or 0x2EE608) is known color: Harlequin. HEX triplet: 2E, E6 and 08. RGB value is (46,230,8). Sum of RGB (Red+Green+Blue) = 46+230+8=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 230 (90.23% from 255 or 80.99% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE608 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE608 is #D119F7. Grayscale: #969696. Windows color (decimal): -13703672 or 583214. OLE color: 583214.
HSL color Cylindrical-coordinate representation of color #2EE608: hue angle of 109.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EE608 is Cyan = 0.8, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 8 | - |
| CMYK | 0.8 | 0 | 0.97 | 0.10 |
| HSL | 109.73º | 0.93% | 0.47% | - |
| HSV(B) | 109.73º | 0.97% | 0.9% | - |
| XYZ | 29.47 | 57.19 | 9.72 | - |
| YUV | 149.68 | 48.04 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 8 | 0.8 | 0 | 0.97 | 0.10 | 109.73 | 0.93 | 0.47 |
| Hex | 2E | E6 | 8 | 50 | 0 | 61 | A | 6E | 5D | 2F |
| Octal | 56 | 346 | 10 | 120 | 0 | 141 | 12 | 156 | 135 | 57 |
| Binary | 101110 | 11100110 | 1000 | 1010000 | 0 | 1100001 | 1010 | 1101110 | 1011101 | 101111 |
Color Harmonies of #2EE608
Complementary color
Monochromatic Colors of #2EE608
Black with #2EE608
Text Example
Text Example
White with #2EE608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE608; }
p { color: rgb(46,230,8); }
H1.HeaderClassName
{
color: #2EE608;
}
.AnyTagClassName
{
color: #2EE608;
}
</style>
background-color css
<style>
a { background-color: #2EE608; }
a { background-color: rgb(46,230,8); }
div.DivClassName
{
background-color: #2EE608;
}
.BgClassName
{
background-color: #2EE608;
}
</style>
border-color css
<style>
span { border-color: #2EE608; }
span { border-color: rgb(46,230,8); }
td.TdClassName
{
border-color: #2EE608;
}
.TagClassName
{
border-color: #2EE608;
}
</style>