Shades of Harlequin #2BEC17
Tints of Harlequin #2BEC17
RGB
CMYK
RGB Variations
Color information
#2BEC17 (or 0x2BEC17) is known color: Harlequin. HEX triplet: 2B, EC and 17. RGB value is (43,236,23). Sum of RGB (Red+Green+Blue) = 43+236+23=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 236 (92.58% from 255 or 78.15% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEC17 is #D413E8. Grayscale: #9A9A9A. Windows color (decimal): -13898729 or 1567787. OLE color: 1567787.
HSL color Cylindrical-coordinate representation of color #2BEC17: hue angle of 114.37º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BEC17 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 23 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.07 |
| HSL | 114.37º | 0.85% | 0.51% | - |
| HSV(B) | 114.37º | 0.9% | 0.93% | - |
| XYZ | 31.15 | 60.57 | 10.86 | - |
| YUV | 154.01 | 54.06 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 23 | 0.82 | 0 | 0.90 | 0.07 | 114.37 | 0.85 | 0.51 |
| Hex | 2B | EC | 17 | 52 | 0 | 5A | 7 | 72 | 55 | 33 |
| Octal | 53 | 354 | 27 | 122 | 0 | 132 | 7 | 162 | 125 | 63 |
| Binary | 101011 | 11101100 | 10111 | 1010010 | 0 | 1011010 | 111 | 1110010 | 1010101 | 110011 |
Color Harmonies of #2BEC17
Complementary color
Monochromatic Colors of #2BEC17
Black with #2BEC17
Text Example
Text Example
White with #2BEC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC17; }
p { color: rgb(43,236,23); }
H1.HeaderClassName
{
color: #2BEC17;
}
.AnyTagClassName
{
color: #2BEC17;
}
</style>
background-color css
<style>
a { background-color: #2BEC17; }
a { background-color: rgb(43,236,23); }
div.DivClassName
{
background-color: #2BEC17;
}
.BgClassName
{
background-color: #2BEC17;
}
</style>
border-color css
<style>
span { border-color: #2BEC17; }
span { border-color: rgb(43,236,23); }
td.TdClassName
{
border-color: #2BEC17;
}
.TagClassName
{
border-color: #2BEC17;
}
</style>