Shades of Harlequin #2EEB16
Tints of Harlequin #2EEB16
RGB
CMYK
RGB Variations
Color information
#2EEB16 (or 0x2EEB16) is known color: Harlequin. HEX triplet: 2E, EB and 16. RGB value is (46,235,22). Sum of RGB (Red+Green+Blue) = 46+235+22=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 235 (92.19% from 255 or 77.56% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEB16 is #D114E9. Grayscale: #9A9A9A. Windows color (decimal): -13702378 or 1501998. OLE color: 1501998.
HSL color Cylindrical-coordinate representation of color #2EEB16: hue angle of 113.24º 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 #2EEB16 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 22 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.08 |
| HSL | 113.24º | 0.84% | 0.5% | - |
| HSV(B) | 113.24º | 0.91% | 0.92% | - |
| XYZ | 30.98 | 60.06 | 10.72 | - |
| YUV | 154.21 | 53.38 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 22 | 0.80 | 0 | 0.91 | 0.08 | 113.24 | 0.84 | 0.5 |
| Hex | 2E | EB | 16 | 50 | 0 | 5B | 8 | 71 | 54 | 32 |
| Octal | 56 | 353 | 26 | 120 | 0 | 133 | 10 | 161 | 124 | 62 |
| Binary | 101110 | 11101011 | 10110 | 1010000 | 0 | 1011011 | 1000 | 1110001 | 1010100 | 110010 |
Color Harmonies of #2EEB16
Complementary color
Monochromatic Colors of #2EEB16
Black with #2EEB16
Text Example
Text Example
White with #2EEB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB16; }
p { color: rgb(46,235,22); }
H1.HeaderClassName
{
color: #2EEB16;
}
.AnyTagClassName
{
color: #2EEB16;
}
</style>
background-color css
<style>
a { background-color: #2EEB16; }
a { background-color: rgb(46,235,22); }
div.DivClassName
{
background-color: #2EEB16;
}
.BgClassName
{
background-color: #2EEB16;
}
</style>
border-color css
<style>
span { border-color: #2EEB16; }
span { border-color: rgb(46,235,22); }
td.TdClassName
{
border-color: #2EEB16;
}
.TagClassName
{
border-color: #2EEB16;
}
</style>