Shades of Harlequin #2EEB15
Tints of Harlequin #2EEB15
RGB
CMYK
RGB Variations
Color information
#2EEB15 (or 0x2EEB15) is known color: Harlequin. HEX triplet: 2E, EB and 15. RGB value is (46,235,21). Sum of RGB (Red+Green+Blue) = 46+235+21=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 235 (92.19% from 255 or 77.81% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEB15 is #D114EA. Grayscale: #9A9A9A. Windows color (decimal): -13702379 or 1436462. OLE color: 1436462.
HSL color Cylindrical-coordinate representation of color #2EEB15: hue angle of 112.99º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EEB15 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 21 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.08 |
| HSL | 112.99º | 0.84% | 0.5% | - |
| HSV(B) | 112.99º | 0.91% | 0.92% | - |
| XYZ | 30.97 | 60.05 | 10.67 | - |
| YUV | 154.09 | 52.88 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 21 | 0.80 | 0 | 0.91 | 0.08 | 112.99 | 0.84 | 0.5 |
| Hex | 2E | EB | 15 | 50 | 0 | 5B | 8 | 71 | 54 | 32 |
| Octal | 56 | 353 | 25 | 120 | 0 | 133 | 10 | 161 | 124 | 62 |
| Binary | 101110 | 11101011 | 10101 | 1010000 | 0 | 1011011 | 1000 | 1110001 | 1010100 | 110010 |
Color Harmonies of #2EEB15
Complementary color
Monochromatic Colors of #2EEB15
Black with #2EEB15
Text Example
Text Example
White with #2EEB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB15; }
p { color: rgb(46,235,21); }
H1.HeaderClassName
{
color: #2EEB15;
}
.AnyTagClassName
{
color: #2EEB15;
}
</style>
background-color css
<style>
a { background-color: #2EEB15; }
a { background-color: rgb(46,235,21); }
div.DivClassName
{
background-color: #2EEB15;
}
.BgClassName
{
background-color: #2EEB15;
}
</style>
border-color css
<style>
span { border-color: #2EEB15; }
span { border-color: rgb(46,235,21); }
td.TdClassName
{
border-color: #2EEB15;
}
.TagClassName
{
border-color: #2EEB15;
}
</style>