Shades of Harlequin #2BFF05
Tints of Harlequin #2BFF05
RGB
CMYK
RGB Variations
Color information
#2BFF05 (or 0x2BFF05) is known color: Harlequin. HEX triplet: 2B, FF and 05. RGB value is (43,255,5). Sum of RGB (Red+Green+Blue) = 43+255+5=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 255 (100% from 255 or 84.16% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFF05 is #D400FA. Grayscale: #A3A3A3. Windows color (decimal): -13893883 or 393003. OLE color: 393003.
HSL color Cylindrical-coordinate representation of color #2BFF05: hue angle of 110.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BFF05 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 5 | - |
| CMYK | 0.83 | 0 | 0.98 | 0 |
| HSL | 110.88º | 1% | 0.51% | - |
| HSV(B) | 110.88º | 0.98% | 1% | - |
| XYZ | 36.78 | 72.04 | 12.11 | - |
| YUV | 163.11 | 38.76 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 5 | 0.83 | 0 | 0.98 | 0 | 110.88 | 1 | 0.51 |
| Hex | 2B | FF | 5 | 53 | 0 | 62 | 0 | 6F | 64 | 33 |
| Octal | 53 | 377 | 5 | 123 | 0 | 142 | 0 | 157 | 144 | 63 |
| Binary | 101011 | 11111111 | 101 | 1010011 | 0 | 1100010 | 0 | 1101111 | 1100100 | 110011 |
Color Harmonies of #2BFF05
Complementary color
Monochromatic Colors of #2BFF05
Black with #2BFF05
Text Example
Text Example
White with #2BFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF05; }
p { color: rgb(43,255,5); }
H1.HeaderClassName
{
color: #2BFF05;
}
.AnyTagClassName
{
color: #2BFF05;
}
</style>
background-color css
<style>
a { background-color: #2BFF05; }
a { background-color: rgb(43,255,5); }
div.DivClassName
{
background-color: #2BFF05;
}
.BgClassName
{
background-color: #2BFF05;
}
</style>
border-color css
<style>
span { border-color: #2BFF05; }
span { border-color: rgb(43,255,5); }
td.TdClassName
{
border-color: #2BFF05;
}
.TagClassName
{
border-color: #2BFF05;
}
</style>