Shades of Harlequin #2EE601
Tints of Harlequin #2EE601
RGB
CMYK
RGB Variations
Color information
#2EE601 (or 0x2EE601) is known color: Harlequin. HEX triplet: 2E, E6 and 01. RGB value is (46,230,1). Sum of RGB (Red+Green+Blue) = 46+230+1=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 230 (90.23% from 255 or 83.03% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE601 is #D119FE. Grayscale: #959595. Windows color (decimal): -13703679 or 124462. OLE color: 124462.
HSL color Cylindrical-coordinate representation of color #2EE601: hue angle of 108.21º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EE601 is Cyan = 0.8, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 1 | - |
| CMYK | 0.8 | 0 | 1.00 | 0.10 |
| HSL | 108.21º | 0.99% | 0.45% | - |
| HSV(B) | 108.21º | 1% | 0.9% | - |
| XYZ | 29.43 | 57.18 | 9.51 | - |
| YUV | 148.88 | 44.54 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 1 | 0.8 | 0 | 1.00 | 0.10 | 108.21 | 0.99 | 0.45 |
| Hex | 2E | E6 | 1 | 50 | 0 | 64 | A | 6C | 63 | 2D |
| Octal | 56 | 346 | 1 | 120 | 0 | 144 | 12 | 154 | 143 | 55 |
| Binary | 101110 | 11100110 | 1 | 1010000 | 0 | 1100100 | 1010 | 1101100 | 1100011 | 101101 |
Color Harmonies of #2EE601
Complementary color
Monochromatic Colors of #2EE601
Black with #2EE601
Text Example
Text Example
White with #2EE601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE601; }
p { color: rgb(46,230,1); }
H1.HeaderClassName
{
color: #2EE601;
}
.AnyTagClassName
{
color: #2EE601;
}
</style>
background-color css
<style>
a { background-color: #2EE601; }
a { background-color: rgb(46,230,1); }
div.DivClassName
{
background-color: #2EE601;
}
.BgClassName
{
background-color: #2EE601;
}
</style>
border-color css
<style>
span { border-color: #2EE601; }
span { border-color: rgb(46,230,1); }
td.TdClassName
{
border-color: #2EE601;
}
.TagClassName
{
border-color: #2EE601;
}
</style>