Shades of Harlequin #2BFB13
Tints of Harlequin #2BFB13
RGB
CMYK
RGB Variations
Color information
#2BFB13 (or 0x2BFB13) is known color: Harlequin. HEX triplet: 2B, FB and 13. RGB value is (43,251,19). Sum of RGB (Red+Green+Blue) = 43+251+19=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 251 (98.44% from 255 or 80.19% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFB13 is #D404EC. Grayscale: #A3A3A3. Windows color (decimal): -13894893 or 1309483. OLE color: 1309483.
HSL color Cylindrical-coordinate representation of color #2BFB13: hue angle of 113.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BFB13 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 19 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.02 |
| HSL | 113.79º | 0.97% | 0.53% | - |
| HSV(B) | 113.79º | 0.92% | 0.98% | - |
| XYZ | 35.61 | 69.55 | 12.16 | - |
| YUV | 162.36 | 47.09 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 19 | 0.83 | 0 | 0.92 | 0.02 | 113.79 | 0.97 | 0.53 |
| Hex | 2B | FB | 13 | 53 | 0 | 5C | 2 | 72 | 61 | 35 |
| Octal | 53 | 373 | 23 | 123 | 0 | 134 | 2 | 162 | 141 | 65 |
| Binary | 101011 | 11111011 | 10011 | 1010011 | 0 | 1011100 | 10 | 1110010 | 1100001 | 110101 |
Color Harmonies of #2BFB13
Complementary color
Monochromatic Colors of #2BFB13
Black with #2BFB13
Text Example
Text Example
White with #2BFB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB13; }
p { color: rgb(43,251,19); }
H1.HeaderClassName
{
color: #2BFB13;
}
.AnyTagClassName
{
color: #2BFB13;
}
</style>
background-color css
<style>
a { background-color: #2BFB13; }
a { background-color: rgb(43,251,19); }
div.DivClassName
{
background-color: #2BFB13;
}
.BgClassName
{
background-color: #2BFB13;
}
</style>
border-color css
<style>
span { border-color: #2BFB13; }
span { border-color: rgb(43,251,19); }
td.TdClassName
{
border-color: #2BFB13;
}
.TagClassName
{
border-color: #2BFB13;
}
</style>