Shades of Harlequin #2BFC13
Tints of Harlequin #2BFC13
RGB
CMYK
RGB Variations
Color information
#2BFC13 (or 0x2BFC13) is known color: Harlequin. HEX triplet: 2B, FC and 13. RGB value is (43,252,19). Sum of RGB (Red+Green+Blue) = 43+252+19=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 252 (98.83% from 255 or 80.25% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFC13 is #D403EC. Grayscale: #A3A3A3. Windows color (decimal): -13894637 or 1309739. OLE color: 1309739.
HSL color Cylindrical-coordinate representation of color #2BFC13: hue angle of 113.82º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BFC13 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 19 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.01 |
| HSL | 113.82º | 0.97% | 0.53% | - |
| HSV(B) | 113.82º | 0.92% | 0.99% | - |
| XYZ | 35.92 | 70.18 | 12.27 | - |
| YUV | 162.95 | 46.76 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 19 | 0.83 | 0 | 0.92 | 0.01 | 113.82 | 0.97 | 0.53 |
| Hex | 2B | FC | 13 | 53 | 0 | 5C | 1 | 72 | 61 | 35 |
| Octal | 53 | 374 | 23 | 123 | 0 | 134 | 1 | 162 | 141 | 65 |
| Binary | 101011 | 11111100 | 10011 | 1010011 | 0 | 1011100 | 1 | 1110010 | 1100001 | 110101 |
Color Harmonies of #2BFC13
Complementary color
Monochromatic Colors of #2BFC13
Black with #2BFC13
Text Example
Text Example
White with #2BFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFC13; }
p { color: rgb(43,252,19); }
H1.HeaderClassName
{
color: #2BFC13;
}
.AnyTagClassName
{
color: #2BFC13;
}
</style>
background-color css
<style>
a { background-color: #2BFC13; }
a { background-color: rgb(43,252,19); }
div.DivClassName
{
background-color: #2BFC13;
}
.BgClassName
{
background-color: #2BFC13;
}
</style>
border-color css
<style>
span { border-color: #2BFC13; }
span { border-color: rgb(43,252,19); }
td.TdClassName
{
border-color: #2BFC13;
}
.TagClassName
{
border-color: #2BFC13;
}
</style>