Shades of Harlequin #2EEB19
Tints of Harlequin #2EEB19
RGB
CMYK
RGB Variations
Color information
#2EEB19 (or 0x2EEB19) is known color: Harlequin. HEX triplet: 2E, EB and 19. RGB value is (46,235,25). Sum of RGB (Red+Green+Blue) = 46+235+25=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 235 (92.19% from 255 or 76.80% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEB19 is #D114E6. Grayscale: #9B9B9B. Windows color (decimal): -13702375 or 1698606. OLE color: 1698606.
HSL color Cylindrical-coordinate representation of color #2EEB19: hue angle of 114º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EEB19 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 25 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.08 |
| HSL | 114º | 0.84% | 0.51% | - |
| HSV(B) | 114º | 0.89% | 0.92% | - |
| XYZ | 31.01 | 60.07 | 10.88 | - |
| YUV | 154.55 | 54.88 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 25 | 0.80 | 0 | 0.89 | 0.08 | 114 | 0.84 | 0.51 |
| Hex | 2E | EB | 19 | 50 | 0 | 59 | 8 | 72 | 54 | 33 |
| Octal | 56 | 353 | 31 | 120 | 0 | 131 | 10 | 162 | 124 | 63 |
| Binary | 101110 | 11101011 | 11001 | 1010000 | 0 | 1011001 | 1000 | 1110010 | 1010100 | 110011 |
Color Harmonies of #2EEB19
Complementary color
Monochromatic Colors of #2EEB19
Black with #2EEB19
Text Example
Text Example
White with #2EEB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB19; }
p { color: rgb(46,235,25); }
H1.HeaderClassName
{
color: #2EEB19;
}
.AnyTagClassName
{
color: #2EEB19;
}
</style>
background-color css
<style>
a { background-color: #2EEB19; }
a { background-color: rgb(46,235,25); }
div.DivClassName
{
background-color: #2EEB19;
}
.BgClassName
{
background-color: #2EEB19;
}
</style>
border-color css
<style>
span { border-color: #2EEB19; }
span { border-color: rgb(46,235,25); }
td.TdClassName
{
border-color: #2EEB19;
}
.TagClassName
{
border-color: #2EEB19;
}
</style>