Shades of Harlequin #2BF303
Tints of Harlequin #2BF303
RGB
CMYK
RGB Variations
Color information
#2BF303 (or 0x2BF303) is known color: Harlequin. HEX triplet: 2B, F3 and 03. RGB value is (43,243,3). Sum of RGB (Red+Green+Blue) = 43+243+3=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 243 (95.31% from 255 or 84.08% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF303 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF303 is #D40CFC. Grayscale: #9C9C9C. Windows color (decimal): -13896957 or 258859. OLE color: 258859.
HSL color Cylindrical-coordinate representation of color #2BF303: hue angle of 110º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BF303 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 3 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.05 |
| HSL | 110º | 0.98% | 0.48% | - |
| HSV(B) | 110º | 0.99% | 0.95% | - |
| XYZ | 33.06 | 64.62 | 10.82 | - |
| YUV | 155.84 | 41.74 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 3 | 0.82 | 0 | 0.99 | 0.05 | 110 | 0.98 | 0.48 |
| Hex | 2B | F3 | 3 | 52 | 0 | 63 | 5 | 6E | 62 | 30 |
| Octal | 53 | 363 | 3 | 122 | 0 | 143 | 5 | 156 | 142 | 60 |
| Binary | 101011 | 11110011 | 11 | 1010010 | 0 | 1100011 | 101 | 1101110 | 1100010 | 110000 |
Color Harmonies of #2BF303
Complementary color
Monochromatic Colors of #2BF303
Black with #2BF303
Text Example
Text Example
White with #2BF303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF303; }
p { color: rgb(43,243,3); }
H1.HeaderClassName
{
color: #2BF303;
}
.AnyTagClassName
{
color: #2BF303;
}
</style>
background-color css
<style>
a { background-color: #2BF303; }
a { background-color: rgb(43,243,3); }
div.DivClassName
{
background-color: #2BF303;
}
.BgClassName
{
background-color: #2BF303;
}
</style>
border-color css
<style>
span { border-color: #2BF303; }
span { border-color: rgb(43,243,3); }
td.TdClassName
{
border-color: #2BF303;
}
.TagClassName
{
border-color: #2BF303;
}
</style>