Shades of Harlequin #2EE413
Tints of Harlequin #2EE413
RGB
CMYK
RGB Variations
Color information
#2EE413 (or 0x2EE413) is known color: Harlequin. HEX triplet: 2E, E4 and 13. RGB value is (46,228,19). Sum of RGB (Red+Green+Blue) = 46+228+19=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 228 (89.45% from 255 or 77.82% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE413 is #D11BEC. Grayscale: #969696. Windows color (decimal): -13704173 or 1303598. OLE color: 1303598.
HSL color Cylindrical-coordinate representation of color #2EE413: hue angle of 112.25º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EE413 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 19 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.11 |
| HSL | 112.25º | 0.85% | 0.48% | - |
| HSV(B) | 112.25º | 0.92% | 0.89% | - |
| XYZ | 28.99 | 56.11 | 9.92 | - |
| YUV | 149.76 | 54.2 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 19 | 0.80 | 0 | 0.92 | 0.11 | 112.25 | 0.85 | 0.48 |
| Hex | 2E | E4 | 13 | 50 | 0 | 5C | B | 70 | 55 | 30 |
| Octal | 56 | 344 | 23 | 120 | 0 | 134 | 13 | 160 | 125 | 60 |
| Binary | 101110 | 11100100 | 10011 | 1010000 | 0 | 1011100 | 1011 | 1110000 | 1010101 | 110000 |
Color Harmonies of #2EE413
Complementary color
Monochromatic Colors of #2EE413
Black with #2EE413
Text Example
Text Example
White with #2EE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE413; }
p { color: rgb(46,228,19); }
H1.HeaderClassName
{
color: #2EE413;
}
.AnyTagClassName
{
color: #2EE413;
}
</style>
background-color css
<style>
a { background-color: #2EE413; }
a { background-color: rgb(46,228,19); }
div.DivClassName
{
background-color: #2EE413;
}
.BgClassName
{
background-color: #2EE413;
}
</style>
border-color css
<style>
span { border-color: #2EE413; }
span { border-color: rgb(46,228,19); }
td.TdClassName
{
border-color: #2EE413;
}
.TagClassName
{
border-color: #2EE413;
}
</style>