Shades of Harlequin #2EE609
Tints of Harlequin #2EE609
RGB
CMYK
RGB Variations
Color information
#2EE609 (or 0x2EE609) is known color: Harlequin. HEX triplet: 2E, E6 and 09. RGB value is (46,230,9). Sum of RGB (Red+Green+Blue) = 46+230+9=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 230 (90.23% from 255 or 80.70% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE609 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE609 is #D119F6. Grayscale: #969696. Windows color (decimal): -13703671 or 648750. OLE color: 648750.
HSL color Cylindrical-coordinate representation of color #2EE609: hue angle of 109.95º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EE609 is Cyan = 0.8, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 9 | - |
| CMYK | 0.8 | 0 | 0.96 | 0.10 |
| HSL | 109.95º | 0.92% | 0.47% | - |
| HSV(B) | 109.95º | 0.96% | 0.9% | - |
| XYZ | 29.47 | 57.19 | 9.74 | - |
| YUV | 149.79 | 48.54 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 9 | 0.8 | 0 | 0.96 | 0.10 | 109.95 | 0.92 | 0.47 |
| Hex | 2E | E6 | 9 | 50 | 0 | 60 | A | 6E | 5C | 2F |
| Octal | 56 | 346 | 11 | 120 | 0 | 140 | 12 | 156 | 134 | 57 |
| Binary | 101110 | 11100110 | 1001 | 1010000 | 0 | 1100000 | 1010 | 1101110 | 1011100 | 101111 |
Color Harmonies of #2EE609
Complementary color
Monochromatic Colors of #2EE609
Black with #2EE609
Text Example
Text Example
White with #2EE609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE609; }
p { color: rgb(46,230,9); }
H1.HeaderClassName
{
color: #2EE609;
}
.AnyTagClassName
{
color: #2EE609;
}
</style>
background-color css
<style>
a { background-color: #2EE609; }
a { background-color: rgb(46,230,9); }
div.DivClassName
{
background-color: #2EE609;
}
.BgClassName
{
background-color: #2EE609;
}
</style>
border-color css
<style>
span { border-color: #2EE609; }
span { border-color: rgb(46,230,9); }
td.TdClassName
{
border-color: #2EE609;
}
.TagClassName
{
border-color: #2EE609;
}
</style>