Shades of Harlequin #2BF511
Tints of Harlequin #2BF511
RGB
CMYK
RGB Variations
Color information
#2BF511 (or 0x2BF511) is known color: Harlequin. HEX triplet: 2B, F5 and 11. RGB value is (43,245,17). Sum of RGB (Red+Green+Blue) = 43+245+17=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 245 (96.09% from 255 or 80.33% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF511 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF511 is #D40AEE. Grayscale: #9F9F9F. Windows color (decimal): -13896431 or 1176875. OLE color: 1176875.
HSL color Cylindrical-coordinate representation of color #2BF511: hue angle of 113.16º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BF511 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 245 | 17 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.04 |
| HSL | 113.16º | 0.92% | 0.51% | - |
| HSV(B) | 113.16º | 0.93% | 0.96% | - |
| XYZ | 33.75 | 65.86 | 11.46 | - |
| YUV | 158.61 | 48.08 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 245 | 17 | 0.82 | 0 | 0.93 | 0.04 | 113.16 | 0.92 | 0.51 |
| Hex | 2B | F5 | 11 | 52 | 0 | 5D | 4 | 71 | 5C | 33 |
| Octal | 53 | 365 | 21 | 122 | 0 | 135 | 4 | 161 | 134 | 63 |
| Binary | 101011 | 11110101 | 10001 | 1010010 | 0 | 1011101 | 100 | 1110001 | 1011100 | 110011 |
Color Harmonies of #2BF511
Complementary color
Monochromatic Colors of #2BF511
Black with #2BF511
Text Example
Text Example
White with #2BF511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF511; }
p { color: rgb(43,245,17); }
H1.HeaderClassName
{
color: #2BF511;
}
.AnyTagClassName
{
color: #2BF511;
}
</style>
background-color css
<style>
a { background-color: #2BF511; }
a { background-color: rgb(43,245,17); }
div.DivClassName
{
background-color: #2BF511;
}
.BgClassName
{
background-color: #2BF511;
}
</style>
border-color css
<style>
span { border-color: #2BF511; }
span { border-color: rgb(43,245,17); }
td.TdClassName
{
border-color: #2BF511;
}
.TagClassName
{
border-color: #2BF511;
}
</style>