Shades of Harlequin #2EE605
Tints of Harlequin #2EE605
RGB
CMYK
RGB Variations
Color information
#2EE605 (or 0x2EE605) is known color: Harlequin. HEX triplet: 2E, E6 and 05. RGB value is (46,230,5). Sum of RGB (Red+Green+Blue) = 46+230+5=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 230 (90.23% from 255 or 81.85% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE605 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE605 is #D119FA. Grayscale: #969696. Windows color (decimal): -13703675 or 386606. OLE color: 386606.
HSL color Cylindrical-coordinate representation of color #2EE605: hue angle of 109.07º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EE605 is Cyan = 0.8, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 5 | - |
| CMYK | 0.8 | 0 | 0.98 | 0.10 |
| HSL | 109.07º | 0.96% | 0.46% | - |
| HSV(B) | 109.07º | 0.98% | 0.9% | - |
| XYZ | 29.45 | 57.19 | 9.63 | - |
| YUV | 149.33 | 46.54 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 5 | 0.8 | 0 | 0.98 | 0.10 | 109.07 | 0.96 | 0.46 |
| Hex | 2E | E6 | 5 | 50 | 0 | 62 | A | 6D | 60 | 2E |
| Octal | 56 | 346 | 5 | 120 | 0 | 142 | 12 | 155 | 140 | 56 |
| Binary | 101110 | 11100110 | 101 | 1010000 | 0 | 1100010 | 1010 | 1101101 | 1100000 | 101110 |
Color Harmonies of #2EE605
Complementary color
Monochromatic Colors of #2EE605
Black with #2EE605
Text Example
Text Example
White with #2EE605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE605; }
p { color: rgb(46,230,5); }
H1.HeaderClassName
{
color: #2EE605;
}
.AnyTagClassName
{
color: #2EE605;
}
</style>
background-color css
<style>
a { background-color: #2EE605; }
a { background-color: rgb(46,230,5); }
div.DivClassName
{
background-color: #2EE605;
}
.BgClassName
{
background-color: #2EE605;
}
</style>
border-color css
<style>
span { border-color: #2EE605; }
span { border-color: rgb(46,230,5); }
td.TdClassName
{
border-color: #2EE605;
}
.TagClassName
{
border-color: #2EE605;
}
</style>