Shades of Harlequin #2BF311
Tints of Harlequin #2BF311
RGB
CMYK
RGB Variations
Color information
#2BF311 (or 0x2BF311) is known color: Harlequin. HEX triplet: 2B, F3 and 11. RGB value is (43,243,17). Sum of RGB (Red+Green+Blue) = 43+243+17=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 243 (95.31% from 255 or 80.20% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF311 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF311 is #D40CEE. Grayscale: #9E9E9E. Windows color (decimal): -13896943 or 1176363. OLE color: 1176363.
HSL color Cylindrical-coordinate representation of color #2BF311: hue angle of 113.1º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BF311 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 17 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.05 |
| HSL | 113.1º | 0.9% | 0.51% | - |
| HSV(B) | 113.1º | 0.93% | 0.95% | - |
| XYZ | 33.15 | 64.66 | 11.26 | - |
| YUV | 157.44 | 48.74 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 17 | 0.82 | 0 | 0.93 | 0.05 | 113.1 | 0.9 | 0.51 |
| Hex | 2B | F3 | 11 | 52 | 0 | 5D | 5 | 71 | 5A | 33 |
| Octal | 53 | 363 | 21 | 122 | 0 | 135 | 5 | 161 | 132 | 63 |
| Binary | 101011 | 11110011 | 10001 | 1010010 | 0 | 1011101 | 101 | 1110001 | 1011010 | 110011 |
Color Harmonies of #2BF311
Complementary color
Monochromatic Colors of #2BF311
Black with #2BF311
Text Example
Text Example
White with #2BF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF311; }
p { color: rgb(43,243,17); }
H1.HeaderClassName
{
color: #2BF311;
}
.AnyTagClassName
{
color: #2BF311;
}
</style>
background-color css
<style>
a { background-color: #2BF311; }
a { background-color: rgb(43,243,17); }
div.DivClassName
{
background-color: #2BF311;
}
.BgClassName
{
background-color: #2BF311;
}
</style>
border-color css
<style>
span { border-color: #2BF311; }
span { border-color: rgb(43,243,17); }
td.TdClassName
{
border-color: #2BF311;
}
.TagClassName
{
border-color: #2BF311;
}
</style>