Shades of Harlequin #2BF201
Tints of Harlequin #2BF201
RGB
CMYK
RGB Variations
Color information
#2BF201 (or 0x2BF201) is known color: Harlequin. HEX triplet: 2B, F2 and 01. RGB value is (43,242,1). Sum of RGB (Red+Green+Blue) = 43+242+1=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 242 (94.92% from 255 or 84.62% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF201 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF201 is #D40DFE. Grayscale: #9B9B9B. Windows color (decimal): -13897215 or 127531. OLE color: 127531.
HSL color Cylindrical-coordinate representation of color #2BF201: hue angle of 109.54º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BF201 is Cyan = 0.82, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 242 | 1 | - |
| CMYK | 0.82 | 0 | 1.00 | 0.05 |
| HSL | 109.54º | 0.99% | 0.48% | - |
| HSV(B) | 109.54º | 1% | 0.95% | - |
| XYZ | 32.75 | 64.02 | 10.66 | - |
| YUV | 155.03 | 41.07 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 242 | 1 | 0.82 | 0 | 1.00 | 0.05 | 109.54 | 0.99 | 0.48 |
| Hex | 2B | F2 | 1 | 52 | 0 | 64 | 5 | 6E | 63 | 30 |
| Octal | 53 | 362 | 1 | 122 | 0 | 144 | 5 | 156 | 143 | 60 |
| Binary | 101011 | 11110010 | 1 | 1010010 | 0 | 1100100 | 101 | 1101110 | 1100011 | 110000 |
Color Harmonies of #2BF201
Complementary color
Monochromatic Colors of #2BF201
Black with #2BF201
Text Example
Text Example
White with #2BF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF201; }
p { color: rgb(43,242,1); }
H1.HeaderClassName
{
color: #2BF201;
}
.AnyTagClassName
{
color: #2BF201;
}
</style>
background-color css
<style>
a { background-color: #2BF201; }
a { background-color: rgb(43,242,1); }
div.DivClassName
{
background-color: #2BF201;
}
.BgClassName
{
background-color: #2BF201;
}
</style>
border-color css
<style>
span { border-color: #2BF201; }
span { border-color: rgb(43,242,1); }
td.TdClassName
{
border-color: #2BF201;
}
.TagClassName
{
border-color: #2BF201;
}
</style>