Shades of Harlequin #2BFC11
Tints of Harlequin #2BFC11
RGB
CMYK
RGB Variations
Color information
#2BFC11 (or 0x2BFC11) is known color: Harlequin. HEX triplet: 2B, FC and 11. RGB value is (43,252,17). Sum of RGB (Red+Green+Blue) = 43+252+17=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 252 (98.83% from 255 or 80.77% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFC11 is #D403EE. Grayscale: #A3A3A3. Windows color (decimal): -13894639 or 1178667. OLE color: 1178667.
HSL color Cylindrical-coordinate representation of color #2BFC11: hue angle of 113.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BFC11 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 17 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.01 |
| HSL | 113.36º | 0.98% | 0.53% | - |
| HSV(B) | 113.36º | 0.93% | 0.99% | - |
| XYZ | 35.91 | 70.17 | 12.18 | - |
| YUV | 162.72 | 45.76 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 17 | 0.83 | 0 | 0.93 | 0.01 | 113.36 | 0.98 | 0.53 |
| Hex | 2B | FC | 11 | 53 | 0 | 5D | 1 | 71 | 62 | 35 |
| Octal | 53 | 374 | 21 | 123 | 0 | 135 | 1 | 161 | 142 | 65 |
| Binary | 101011 | 11111100 | 10001 | 1010011 | 0 | 1011101 | 1 | 1110001 | 1100010 | 110101 |
Color Harmonies of #2BFC11
Complementary color
Monochromatic Colors of #2BFC11
Black with #2BFC11
Text Example
Text Example
White with #2BFC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFC11; }
p { color: rgb(43,252,17); }
H1.HeaderClassName
{
color: #2BFC11;
}
.AnyTagClassName
{
color: #2BFC11;
}
</style>
background-color css
<style>
a { background-color: #2BFC11; }
a { background-color: rgb(43,252,17); }
div.DivClassName
{
background-color: #2BFC11;
}
.BgClassName
{
background-color: #2BFC11;
}
</style>
border-color css
<style>
span { border-color: #2BFC11; }
span { border-color: rgb(43,252,17); }
td.TdClassName
{
border-color: #2BFC11;
}
.TagClassName
{
border-color: #2BFC11;
}
</style>