Shades of Harlequin #2EE515
Tints of Harlequin #2EE515
RGB
CMYK
RGB Variations
Color information
#2EE515 (or 0x2EE515) is known color: Harlequin. HEX triplet: 2E, E5 and 15. RGB value is (46,229,21). Sum of RGB (Red+Green+Blue) = 46+229+21=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 229 (89.84% from 255 or 77.36% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE515 is #D11AEA. Grayscale: #979797. Windows color (decimal): -13703915 or 1434926. OLE color: 1434926.
HSL color Cylindrical-coordinate representation of color #2EE515: hue angle of 112.79º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EE515 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 21 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.10 |
| HSL | 112.79º | 0.83% | 0.49% | - |
| HSV(B) | 112.79º | 0.91% | 0.9% | - |
| XYZ | 29.28 | 56.67 | 10.11 | - |
| YUV | 150.57 | 54.87 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 21 | 0.80 | 0 | 0.91 | 0.10 | 112.79 | 0.83 | 0.49 |
| Hex | 2E | E5 | 15 | 50 | 0 | 5B | A | 71 | 53 | 31 |
| Octal | 56 | 345 | 25 | 120 | 0 | 133 | 12 | 161 | 123 | 61 |
| Binary | 101110 | 11100101 | 10101 | 1010000 | 0 | 1011011 | 1010 | 1110001 | 1010011 | 110001 |
Color Harmonies of #2EE515
Complementary color
Monochromatic Colors of #2EE515
Black with #2EE515
Text Example
Text Example
White with #2EE515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE515; }
p { color: rgb(46,229,21); }
H1.HeaderClassName
{
color: #2EE515;
}
.AnyTagClassName
{
color: #2EE515;
}
</style>
background-color css
<style>
a { background-color: #2EE515; }
a { background-color: rgb(46,229,21); }
div.DivClassName
{
background-color: #2EE515;
}
.BgClassName
{
background-color: #2EE515;
}
</style>
border-color css
<style>
span { border-color: #2EE515; }
span { border-color: rgb(46,229,21); }
td.TdClassName
{
border-color: #2EE515;
}
.TagClassName
{
border-color: #2EE515;
}
</style>