Shades of Harlequin #2EEB17
Tints of Harlequin #2EEB17
RGB
CMYK
RGB Variations
Color information
#2EEB17 (or 0x2EEB17) is known color: Harlequin. HEX triplet: 2E, EB and 17. RGB value is (46,235,23). Sum of RGB (Red+Green+Blue) = 46+235+23=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 235 (92.19% from 255 or 77.30% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEB17 is #D114E8. Grayscale: #9A9A9A. Windows color (decimal): -13702377 or 1567534. OLE color: 1567534.
HSL color Cylindrical-coordinate representation of color #2EEB17: hue angle of 113.49º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EEB17 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 23 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.08 |
| HSL | 113.49º | 0.84% | 0.51% | - |
| HSV(B) | 113.49º | 0.9% | 0.92% | - |
| XYZ | 30.99 | 60.06 | 10.77 | - |
| YUV | 154.32 | 53.88 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 23 | 0.80 | 0 | 0.90 | 0.08 | 113.49 | 0.84 | 0.51 |
| Hex | 2E | EB | 17 | 50 | 0 | 5A | 8 | 71 | 54 | 33 |
| Octal | 56 | 353 | 27 | 120 | 0 | 132 | 10 | 161 | 124 | 63 |
| Binary | 101110 | 11101011 | 10111 | 1010000 | 0 | 1011010 | 1000 | 1110001 | 1010100 | 110011 |
Color Harmonies of #2EEB17
Complementary color
Monochromatic Colors of #2EEB17
Black with #2EEB17
Text Example
Text Example
White with #2EEB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB17; }
p { color: rgb(46,235,23); }
H1.HeaderClassName
{
color: #2EEB17;
}
.AnyTagClassName
{
color: #2EEB17;
}
</style>
background-color css
<style>
a { background-color: #2EEB17; }
a { background-color: rgb(46,235,23); }
div.DivClassName
{
background-color: #2EEB17;
}
.BgClassName
{
background-color: #2EEB17;
}
</style>
border-color css
<style>
span { border-color: #2EEB17; }
span { border-color: rgb(46,235,23); }
td.TdClassName
{
border-color: #2EEB17;
}
.TagClassName
{
border-color: #2EEB17;
}
</style>