Shades of Harlequin #2BEC00
Tints of Harlequin #2BEC00
RGB
CMYK
RGB Variations
Color information
#2BEC00 (or 0x2BEC00) is known color: Harlequin. HEX triplet: 2B, EC and 00. RGB value is (43,236,0). Sum of RGB (Red+Green+Blue) = 43+236+0=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 236 (92.58% from 255 or 84.59% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEC00 is #D413FF. Grayscale: #989898. Windows color (decimal): -13898752 or 60459. OLE color: 60459.
HSL color Cylindrical-coordinate representation of color #2BEC00: hue angle of 109.07º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BEC00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.07 |
| HSL | 109.07º | 1% | 0.46% | - |
| HSV(B) | 109.07º | 1% | 0.93% | - |
| XYZ | 30.99 | 60.5 | 10.05 | - |
| YUV | 151.39 | 42.56 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 0 | 0.82 | 0 | 1 | 0.07 | 109.07 | 1 | 0.46 |
| Hex | 2B | EC | 0 | 52 | 0 | 64 | 7 | 6D | 64 | 2E |
| Octal | 53 | 354 | 0 | 122 | 0 | 144 | 7 | 155 | 144 | 56 |
| Binary | 101011 | 11101100 | 0 | 1010010 | 0 | 1100100 | 111 | 1101101 | 1100100 | 101110 |
Color Harmonies of #2BEC00
Complementary color
Monochromatic Colors of #2BEC00
Black with #2BEC00
Text Example
Text Example
White with #2BEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC00; }
p { color: rgb(43,236,0); }
H1.HeaderClassName
{
color: #2BEC00;
}
.AnyTagClassName
{
color: #2BEC00;
}
</style>
background-color css
<style>
a { background-color: #2BEC00; }
a { background-color: rgb(43,236,0); }
div.DivClassName
{
background-color: #2BEC00;
}
.BgClassName
{
background-color: #2BEC00;
}
</style>
border-color css
<style>
span { border-color: #2BEC00; }
span { border-color: rgb(43,236,0); }
td.TdClassName
{
border-color: #2BEC00;
}
.TagClassName
{
border-color: #2BEC00;
}
</style>