Shades of Harlequin #2BFF02
Tints of Harlequin #2BFF02
RGB
CMYK
RGB Variations
Color information
#2BFF02 (or 0x2BFF02) is known color: Harlequin. HEX triplet: 2B, FF and 02. RGB value is (43,255,2). Sum of RGB (Red+Green+Blue) = 43+255+2=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 255 (100% from 255 or 85% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFF02 is #D400FD. Grayscale: #A3A3A3. Windows color (decimal): -13893886 or 196395. OLE color: 196395.
HSL color Cylindrical-coordinate representation of color #2BFF02: hue angle of 110.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BFF02 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 2 | - |
| CMYK | 0.83 | 0 | 0.99 | 0 |
| HSL | 110.28º | 1% | 0.5% | - |
| HSV(B) | 110.28º | 0.99% | 1% | - |
| XYZ | 36.77 | 72.04 | 12.02 | - |
| YUV | 162.77 | 37.26 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 2 | 0.83 | 0 | 0.99 | 0 | 110.28 | 1 | 0.5 |
| Hex | 2B | FF | 2 | 53 | 0 | 63 | 0 | 6E | 64 | 32 |
| Octal | 53 | 377 | 2 | 123 | 0 | 143 | 0 | 156 | 144 | 62 |
| Binary | 101011 | 11111111 | 10 | 1010011 | 0 | 1100011 | 0 | 1101110 | 1100100 | 110010 |
Color Harmonies of #2BFF02
Complementary color
Monochromatic Colors of #2BFF02
Black with #2BFF02
Text Example
Text Example
White with #2BFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF02; }
p { color: rgb(43,255,2); }
H1.HeaderClassName
{
color: #2BFF02;
}
.AnyTagClassName
{
color: #2BFF02;
}
</style>
background-color css
<style>
a { background-color: #2BFF02; }
a { background-color: rgb(43,255,2); }
div.DivClassName
{
background-color: #2BFF02;
}
.BgClassName
{
background-color: #2BFF02;
}
</style>
border-color css
<style>
span { border-color: #2BFF02; }
span { border-color: rgb(43,255,2); }
td.TdClassName
{
border-color: #2BFF02;
}
.TagClassName
{
border-color: #2BFF02;
}
</style>