Shades of Harlequin #2BF901
Tints of Harlequin #2BF901
RGB
CMYK
RGB Variations
Color information
#2BF901 (or 0x2BF901) is known color: Harlequin. HEX triplet: 2B, F9 and 01. RGB value is (43,249,1). Sum of RGB (Red+Green+Blue) = 43+249+1=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 249 (97.66% from 255 or 84.98% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF901 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF901 is #D406FE. Grayscale: #9F9F9F. Windows color (decimal): -13895423 or 129323. OLE color: 129323.
HSL color Cylindrical-coordinate representation of color #2BF901: hue angle of 109.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BF901 is Cyan = 0.83, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 1 | - |
| CMYK | 0.83 | 0 | 1.00 | 0.02 |
| HSL | 109.84º | 0.99% | 0.49% | - |
| HSV(B) | 109.84º | 1% | 0.98% | - |
| XYZ | 34.88 | 68.27 | 11.37 | - |
| YUV | 159.13 | 38.75 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 1 | 0.83 | 0 | 1.00 | 0.02 | 109.84 | 0.99 | 0.49 |
| Hex | 2B | F9 | 1 | 53 | 0 | 64 | 2 | 6E | 63 | 31 |
| Octal | 53 | 371 | 1 | 123 | 0 | 144 | 2 | 156 | 143 | 61 |
| Binary | 101011 | 11111001 | 1 | 1010011 | 0 | 1100100 | 10 | 1101110 | 1100011 | 110001 |
Color Harmonies of #2BF901
Complementary color
Monochromatic Colors of #2BF901
Black with #2BF901
Text Example
Text Example
White with #2BF901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF901; }
p { color: rgb(43,249,1); }
H1.HeaderClassName
{
color: #2BF901;
}
.AnyTagClassName
{
color: #2BF901;
}
</style>
background-color css
<style>
a { background-color: #2BF901; }
a { background-color: rgb(43,249,1); }
div.DivClassName
{
background-color: #2BF901;
}
.BgClassName
{
background-color: #2BF901;
}
</style>
border-color css
<style>
span { border-color: #2BF901; }
span { border-color: rgb(43,249,1); }
td.TdClassName
{
border-color: #2BF901;
}
.TagClassName
{
border-color: #2BF901;
}
</style>