Shades of Harlequin #2BEC09
Tints of Harlequin #2BEC09
RGB
CMYK
RGB Variations
Color information
#2BEC09 (or 0x2BEC09) is known color: Harlequin. HEX triplet: 2B, EC and 09. RGB value is (43,236,9). Sum of RGB (Red+Green+Blue) = 43+236+9=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 236 (92.58% from 255 or 81.94% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEC09 is #D413F6. Grayscale: #999999. Windows color (decimal): -13898743 or 650283. OLE color: 650283.
HSL color Cylindrical-coordinate representation of color #2BEC09: hue angle of 111.01º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BEC09 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 9 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.07 |
| HSL | 111.01º | 0.93% | 0.48% | - |
| HSV(B) | 111.01º | 0.96% | 0.93% | - |
| XYZ | 31.04 | 60.52 | 10.3 | - |
| YUV | 152.42 | 47.06 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 9 | 0.82 | 0 | 0.96 | 0.07 | 111.01 | 0.93 | 0.48 |
| Hex | 2B | EC | 9 | 52 | 0 | 60 | 7 | 6F | 5D | 30 |
| Octal | 53 | 354 | 11 | 122 | 0 | 140 | 7 | 157 | 135 | 60 |
| Binary | 101011 | 11101100 | 1001 | 1010010 | 0 | 1100000 | 111 | 1101111 | 1011101 | 110000 |
Color Harmonies of #2BEC09
Complementary color
Monochromatic Colors of #2BEC09
Black with #2BEC09
Text Example
Text Example
White with #2BEC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC09; }
p { color: rgb(43,236,9); }
H1.HeaderClassName
{
color: #2BEC09;
}
.AnyTagClassName
{
color: #2BEC09;
}
</style>
background-color css
<style>
a { background-color: #2BEC09; }
a { background-color: rgb(43,236,9); }
div.DivClassName
{
background-color: #2BEC09;
}
.BgClassName
{
background-color: #2BEC09;
}
</style>
border-color css
<style>
span { border-color: #2BEC09; }
span { border-color: rgb(43,236,9); }
td.TdClassName
{
border-color: #2BEC09;
}
.TagClassName
{
border-color: #2BEC09;
}
</style>