Shades of Harlequin #2BFF13
Tints of Harlequin #2BFF13
RGB
CMYK
RGB Variations
Color information
#2BFF13 (or 0x2BFF13) is known color: Harlequin. HEX triplet: 2B, FF and 13. RGB value is (43,255,19). Sum of RGB (Red+Green+Blue) = 43+255+19=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 255 (100% from 255 or 80.44% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFF13 is #D400EC. Grayscale: #A5A5A5. Windows color (decimal): -13893869 or 1310507. OLE color: 1310507.
HSL color Cylindrical-coordinate representation of color #2BFF13: hue angle of 113.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BFF13 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 19 | - |
| CMYK | 0.83 | 0 | 0.93 | 0 |
| HSL | 113.9º | 1% | 0.54% | - |
| HSV(B) | 113.9º | 0.93% | 1% | - |
| XYZ | 36.87 | 72.08 | 12.59 | - |
| YUV | 164.71 | 45.76 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 19 | 0.83 | 0 | 0.93 | 0 | 113.9 | 1 | 0.54 |
| Hex | 2B | FF | 13 | 53 | 0 | 5D | 0 | 72 | 64 | 36 |
| Octal | 53 | 377 | 23 | 123 | 0 | 135 | 0 | 162 | 144 | 66 |
| Binary | 101011 | 11111111 | 10011 | 1010011 | 0 | 1011101 | 0 | 1110010 | 1100100 | 110110 |
Color Harmonies of #2BFF13
Complementary color
Monochromatic Colors of #2BFF13
Black with #2BFF13
Text Example
Text Example
White with #2BFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF13; }
p { color: rgb(43,255,19); }
H1.HeaderClassName
{
color: #2BFF13;
}
.AnyTagClassName
{
color: #2BFF13;
}
</style>
background-color css
<style>
a { background-color: #2BFF13; }
a { background-color: rgb(43,255,19); }
div.DivClassName
{
background-color: #2BFF13;
}
.BgClassName
{
background-color: #2BFF13;
}
</style>
border-color css
<style>
span { border-color: #2BFF13; }
span { border-color: rgb(43,255,19); }
td.TdClassName
{
border-color: #2BFF13;
}
.TagClassName
{
border-color: #2BFF13;
}
</style>