Shades of Harlequin #2BF209
Tints of Harlequin #2BF209
RGB
CMYK
RGB Variations
Color information
#2BF209 (or 0x2BF209) is known color: Harlequin. HEX triplet: 2B, F2 and 09. RGB value is (43,242,9). Sum of RGB (Red+Green+Blue) = 43+242+9=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 242 (94.92% from 255 or 82.31% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF209 is #D40DF6. Grayscale: #9C9C9C. Windows color (decimal): -13897207 or 651819. OLE color: 651819.
HSL color Cylindrical-coordinate representation of color #2BF209: hue angle of 111.24º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BF209 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 242 | 9 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.05 |
| HSL | 111.24º | 0.93% | 0.49% | - |
| HSV(B) | 111.24º | 0.96% | 0.95% | - |
| XYZ | 32.8 | 64.04 | 10.89 | - |
| YUV | 155.94 | 45.07 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 242 | 9 | 0.82 | 0 | 0.96 | 0.05 | 111.24 | 0.93 | 0.49 |
| Hex | 2B | F2 | 9 | 52 | 0 | 60 | 5 | 6F | 5D | 31 |
| Octal | 53 | 362 | 11 | 122 | 0 | 140 | 5 | 157 | 135 | 61 |
| Binary | 101011 | 11110010 | 1001 | 1010010 | 0 | 1100000 | 101 | 1101111 | 1011101 | 110001 |
Color Harmonies of #2BF209
Complementary color
Monochromatic Colors of #2BF209
Black with #2BF209
Text Example
Text Example
White with #2BF209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF209; }
p { color: rgb(43,242,9); }
H1.HeaderClassName
{
color: #2BF209;
}
.AnyTagClassName
{
color: #2BF209;
}
</style>
background-color css
<style>
a { background-color: #2BF209; }
a { background-color: rgb(43,242,9); }
div.DivClassName
{
background-color: #2BF209;
}
.BgClassName
{
background-color: #2BF209;
}
</style>
border-color css
<style>
span { border-color: #2BF209; }
span { border-color: rgb(43,242,9); }
td.TdClassName
{
border-color: #2BF209;
}
.TagClassName
{
border-color: #2BF209;
}
</style>