Shades of Harlequin #2BEC14
Tints of Harlequin #2BEC14
RGB
CMYK
RGB Variations
Color information
#2BEC14 (or 0x2BEC14) is known color: Harlequin. HEX triplet: 2B, EC and 14. RGB value is (43,236,20). Sum of RGB (Red+Green+Blue) = 43+236+20=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 236 (92.58% from 255 or 78.93% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEC14 is #D413EB. Grayscale: #9A9A9A. Windows color (decimal): -13898732 or 1371179. OLE color: 1371179.
HSL color Cylindrical-coordinate representation of color #2BEC14: hue angle of 113.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BEC14 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 20 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.07 |
| HSL | 113.61º | 0.85% | 0.5% | - |
| HSV(B) | 113.61º | 0.92% | 0.93% | - |
| XYZ | 31.12 | 60.56 | 10.71 | - |
| YUV | 153.67 | 52.56 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 20 | 0.82 | 0 | 0.92 | 0.07 | 113.61 | 0.85 | 0.5 |
| Hex | 2B | EC | 14 | 52 | 0 | 5C | 7 | 72 | 55 | 32 |
| Octal | 53 | 354 | 24 | 122 | 0 | 134 | 7 | 162 | 125 | 62 |
| Binary | 101011 | 11101100 | 10100 | 1010010 | 0 | 1011100 | 111 | 1110010 | 1010101 | 110010 |
Color Harmonies of #2BEC14
Complementary color
Monochromatic Colors of #2BEC14
Black with #2BEC14
Text Example
Text Example
White with #2BEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC14; }
p { color: rgb(43,236,20); }
H1.HeaderClassName
{
color: #2BEC14;
}
.AnyTagClassName
{
color: #2BEC14;
}
</style>
background-color css
<style>
a { background-color: #2BEC14; }
a { background-color: rgb(43,236,20); }
div.DivClassName
{
background-color: #2BEC14;
}
.BgClassName
{
background-color: #2BEC14;
}
</style>
border-color css
<style>
span { border-color: #2BEC14; }
span { border-color: rgb(43,236,20); }
td.TdClassName
{
border-color: #2BEC14;
}
.TagClassName
{
border-color: #2BEC14;
}
</style>