Shades of Harlequin #2BFA07
Tints of Harlequin #2BFA07
RGB
CMYK
RGB Variations
Color information
#2BFA07 (or 0x2BFA07) is known color: Harlequin. HEX triplet: 2B, FA and 07. RGB value is (43,250,7). Sum of RGB (Red+Green+Blue) = 43+250+7=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 250 (98.05% from 255 or 83.33% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFA07 is #D405F8. Grayscale: #A1A1A1. Windows color (decimal): -13895161 or 522795. OLE color: 522795.
HSL color Cylindrical-coordinate representation of color #2BFA07: hue angle of 111.11º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BFA07 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 7 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.02 |
| HSL | 111.11º | 0.96% | 0.5% | - |
| HSV(B) | 111.11º | 0.97% | 0.98% | - |
| XYZ | 35.22 | 68.9 | 11.64 | - |
| YUV | 160.41 | 41.42 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 7 | 0.83 | 0 | 0.97 | 0.02 | 111.11 | 0.96 | 0.5 |
| Hex | 2B | FA | 7 | 53 | 0 | 61 | 2 | 6F | 60 | 32 |
| Octal | 53 | 372 | 7 | 123 | 0 | 141 | 2 | 157 | 140 | 62 |
| Binary | 101011 | 11111010 | 111 | 1010011 | 0 | 1100001 | 10 | 1101111 | 1100000 | 110010 |
Color Harmonies of #2BFA07
Complementary color
Monochromatic Colors of #2BFA07
Black with #2BFA07
Text Example
Text Example
White with #2BFA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA07; }
p { color: rgb(43,250,7); }
H1.HeaderClassName
{
color: #2BFA07;
}
.AnyTagClassName
{
color: #2BFA07;
}
</style>
background-color css
<style>
a { background-color: #2BFA07; }
a { background-color: rgb(43,250,7); }
div.DivClassName
{
background-color: #2BFA07;
}
.BgClassName
{
background-color: #2BFA07;
}
</style>
border-color css
<style>
span { border-color: #2BFA07; }
span { border-color: rgb(43,250,7); }
td.TdClassName
{
border-color: #2BFA07;
}
.TagClassName
{
border-color: #2BFA07;
}
</style>