Shades of Harlequin #2BF703
Tints of Harlequin #2BF703
RGB
CMYK
RGB Variations
Color information
#2BF703 (or 0x2BF703) is known color: Harlequin. HEX triplet: 2B, F7 and 03. RGB value is (43,247,3). Sum of RGB (Red+Green+Blue) = 43+247+3=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 247 (96.88% from 255 or 84.30% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF703 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF703 is #D408FC. Grayscale: #9E9E9E. Windows color (decimal): -13895933 or 259883. OLE color: 259883.
HSL color Cylindrical-coordinate representation of color #2BF703: hue angle of 110.16º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BF703 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 247 | 3 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.03 |
| HSL | 110.16º | 0.98% | 0.49% | - |
| HSV(B) | 110.16º | 0.99% | 0.97% | - |
| XYZ | 34.27 | 67.04 | 11.22 | - |
| YUV | 158.19 | 40.41 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 247 | 3 | 0.83 | 0 | 0.99 | 0.03 | 110.16 | 0.98 | 0.49 |
| Hex | 2B | F7 | 3 | 53 | 0 | 63 | 3 | 6E | 62 | 31 |
| Octal | 53 | 367 | 3 | 123 | 0 | 143 | 3 | 156 | 142 | 61 |
| Binary | 101011 | 11110111 | 11 | 1010011 | 0 | 1100011 | 11 | 1101110 | 1100010 | 110001 |
Color Harmonies of #2BF703
Complementary color
Monochromatic Colors of #2BF703
Black with #2BF703
Text Example
Text Example
White with #2BF703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF703; }
p { color: rgb(43,247,3); }
H1.HeaderClassName
{
color: #2BF703;
}
.AnyTagClassName
{
color: #2BF703;
}
</style>
background-color css
<style>
a { background-color: #2BF703; }
a { background-color: rgb(43,247,3); }
div.DivClassName
{
background-color: #2BF703;
}
.BgClassName
{
background-color: #2BF703;
}
</style>
border-color css
<style>
span { border-color: #2BF703; }
span { border-color: rgb(43,247,3); }
td.TdClassName
{
border-color: #2BF703;
}
.TagClassName
{
border-color: #2BF703;
}
</style>