Shades of Harlequin #2EED16
Tints of Harlequin #2EED16
RGB
CMYK
RGB Variations
Color information
#2EED16 (or 0x2EED16) is known color: Harlequin. HEX triplet: 2E, ED and 16. RGB value is (46,237,22). Sum of RGB (Red+Green+Blue) = 46+237+22=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 237 (92.97% from 255 or 77.70% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EED16 is #D112E9. Grayscale: #9C9C9C. Windows color (decimal): -13701866 or 1502510. OLE color: 1502510.
HSL color Cylindrical-coordinate representation of color #2EED16: hue angle of 113.3º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EED16 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 22 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.07 |
| HSL | 113.3º | 0.86% | 0.51% | - |
| HSV(B) | 113.3º | 0.91% | 0.93% | - |
| XYZ | 31.56 | 61.21 | 10.91 | - |
| YUV | 155.38 | 52.72 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 22 | 0.81 | 0 | 0.91 | 0.07 | 113.3 | 0.86 | 0.51 |
| Hex | 2E | ED | 16 | 51 | 0 | 5B | 7 | 71 | 56 | 33 |
| Octal | 56 | 355 | 26 | 121 | 0 | 133 | 7 | 161 | 126 | 63 |
| Binary | 101110 | 11101101 | 10110 | 1010001 | 0 | 1011011 | 111 | 1110001 | 1010110 | 110011 |
Color Harmonies of #2EED16
Complementary color
Monochromatic Colors of #2EED16
Black with #2EED16
Text Example
Text Example
White with #2EED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED16; }
p { color: rgb(46,237,22); }
H1.HeaderClassName
{
color: #2EED16;
}
.AnyTagClassName
{
color: #2EED16;
}
</style>
background-color css
<style>
a { background-color: #2EED16; }
a { background-color: rgb(46,237,22); }
div.DivClassName
{
background-color: #2EED16;
}
.BgClassName
{
background-color: #2EED16;
}
</style>
border-color css
<style>
span { border-color: #2EED16; }
span { border-color: rgb(46,237,22); }
td.TdClassName
{
border-color: #2EED16;
}
.TagClassName
{
border-color: #2EED16;
}
</style>