Shades of Harlequin #2BF707
Tints of Harlequin #2BF707
RGB
CMYK
RGB Variations
Color information
#2BF707 (or 0x2BF707) is known color: Harlequin. HEX triplet: 2B, F7 and 07. RGB value is (43,247,7). Sum of RGB (Red+Green+Blue) = 43+247+7=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 247 (96.88% from 255 or 83.16% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF707 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF707 is #D408F8. Grayscale: #9F9F9F. Windows color (decimal): -13895929 or 522027. OLE color: 522027.
HSL color Cylindrical-coordinate representation of color #2BF707: hue angle of 111º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BF707 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 247 | 7 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.03 |
| HSL | 111º | 0.94% | 0.5% | - |
| HSV(B) | 111º | 0.97% | 0.97% | - |
| XYZ | 34.3 | 67.05 | 11.34 | - |
| YUV | 158.64 | 42.41 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 247 | 7 | 0.83 | 0 | 0.97 | 0.03 | 111 | 0.94 | 0.5 |
| Hex | 2B | F7 | 7 | 53 | 0 | 61 | 3 | 6F | 5E | 32 |
| Octal | 53 | 367 | 7 | 123 | 0 | 141 | 3 | 157 | 136 | 62 |
| Binary | 101011 | 11110111 | 111 | 1010011 | 0 | 1100001 | 11 | 1101111 | 1011110 | 110010 |
Color Harmonies of #2BF707
Complementary color
Monochromatic Colors of #2BF707
Black with #2BF707
Text Example
Text Example
White with #2BF707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF707; }
p { color: rgb(43,247,7); }
H1.HeaderClassName
{
color: #2BF707;
}
.AnyTagClassName
{
color: #2BF707;
}
</style>
background-color css
<style>
a { background-color: #2BF707; }
a { background-color: rgb(43,247,7); }
div.DivClassName
{
background-color: #2BF707;
}
.BgClassName
{
background-color: #2BF707;
}
</style>
border-color css
<style>
span { border-color: #2BF707; }
span { border-color: rgb(43,247,7); }
td.TdClassName
{
border-color: #2BF707;
}
.TagClassName
{
border-color: #2BF707;
}
</style>