Shades of Harlequin #2BFC09
Tints of Harlequin #2BFC09
RGB
CMYK
RGB Variations
Color information
#2BFC09 (or 0x2BFC09) is known color: Harlequin. HEX triplet: 2B, FC and 09. RGB value is (43,252,9). Sum of RGB (Red+Green+Blue) = 43+252+9=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 252 (98.83% from 255 or 82.89% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFC09 is #D403F6. Grayscale: #A2A2A2. Windows color (decimal): -13894647 or 654379. OLE color: 654379.
HSL color Cylindrical-coordinate representation of color #2BFC09: hue angle of 111.6º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BFC09 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 9 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.01 |
| HSL | 111.6º | 0.98% | 0.51% | - |
| HSV(B) | 111.6º | 0.96% | 0.99% | - |
| XYZ | 35.86 | 70.15 | 11.91 | - |
| YUV | 161.81 | 41.76 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 9 | 0.83 | 0 | 0.96 | 0.01 | 111.6 | 0.98 | 0.51 |
| Hex | 2B | FC | 9 | 53 | 0 | 60 | 1 | 70 | 62 | 33 |
| Octal | 53 | 374 | 11 | 123 | 0 | 140 | 1 | 160 | 142 | 63 |
| Binary | 101011 | 11111100 | 1001 | 1010011 | 0 | 1100000 | 1 | 1110000 | 1100010 | 110011 |
Color Harmonies of #2BFC09
Complementary color
Monochromatic Colors of #2BFC09
Black with #2BFC09
Text Example
Text Example
White with #2BFC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFC09; }
p { color: rgb(43,252,9); }
H1.HeaderClassName
{
color: #2BFC09;
}
.AnyTagClassName
{
color: #2BFC09;
}
</style>
background-color css
<style>
a { background-color: #2BFC09; }
a { background-color: rgb(43,252,9); }
div.DivClassName
{
background-color: #2BFC09;
}
.BgClassName
{
background-color: #2BFC09;
}
</style>
border-color css
<style>
span { border-color: #2BFC09; }
span { border-color: rgb(43,252,9); }
td.TdClassName
{
border-color: #2BFC09;
}
.TagClassName
{
border-color: #2BFC09;
}
</style>