Shades of Harlequin #2BF013
Tints of Harlequin #2BF013
RGB
CMYK
RGB Variations
Color information
#2BF013 (or 0x2BF013) is known color: Harlequin. HEX triplet: 2B, F0 and 13. RGB value is (43,240,19). Sum of RGB (Red+Green+Blue) = 43+240+19=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 240 (94.14% from 255 or 79.47% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF013 is #D40FEC. Grayscale: #9C9C9C. Windows color (decimal): -13897709 or 1306667. OLE color: 1306667.
HSL color Cylindrical-coordinate representation of color #2BF013: hue angle of 113.48º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BF013 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 240 | 19 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.06 |
| HSL | 113.48º | 0.88% | 0.51% | - |
| HSV(B) | 113.48º | 0.92% | 0.94% | - |
| XYZ | 32.27 | 62.88 | 11.05 | - |
| YUV | 155.9 | 50.73 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 240 | 19 | 0.82 | 0 | 0.92 | 0.06 | 113.48 | 0.88 | 0.51 |
| Hex | 2B | F0 | 13 | 52 | 0 | 5C | 6 | 71 | 58 | 33 |
| Octal | 53 | 360 | 23 | 122 | 0 | 134 | 6 | 161 | 130 | 63 |
| Binary | 101011 | 11110000 | 10011 | 1010010 | 0 | 1011100 | 110 | 1110001 | 1011000 | 110011 |
Color Harmonies of #2BF013
Complementary color
Monochromatic Colors of #2BF013
Black with #2BF013
Text Example
Text Example
White with #2BF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF013; }
p { color: rgb(43,240,19); }
H1.HeaderClassName
{
color: #2BF013;
}
.AnyTagClassName
{
color: #2BF013;
}
</style>
background-color css
<style>
a { background-color: #2BF013; }
a { background-color: rgb(43,240,19); }
div.DivClassName
{
background-color: #2BF013;
}
.BgClassName
{
background-color: #2BF013;
}
</style>
border-color css
<style>
span { border-color: #2BF013; }
span { border-color: rgb(43,240,19); }
td.TdClassName
{
border-color: #2BF013;
}
.TagClassName
{
border-color: #2BF013;
}
</style>