Shades of Harlequin #2BF500
Tints of Harlequin #2BF500
RGB
CMYK
RGB Variations
Color information
#2BF500 (or 0x2BF500) is known color: Harlequin. HEX triplet: 2B, F5 and 00. RGB value is (43,245,0). Sum of RGB (Red+Green+Blue) = 43+245+0=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 245 (96.09% from 255 or 85.07% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF500 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF500 is #D40AFF. Grayscale: #9D9D9D. Windows color (decimal): -13896448 or 62763. OLE color: 62763.
HSL color Cylindrical-coordinate representation of color #2BF500: hue angle of 109.47º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BF500 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 245 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.04 |
| HSL | 109.47º | 1% | 0.48% | - |
| HSV(B) | 109.47º | 1% | 0.96% | - |
| XYZ | 33.65 | 65.82 | 10.93 | - |
| YUV | 156.67 | 39.58 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 245 | 0 | 0.82 | 0 | 1 | 0.04 | 109.47 | 1 | 0.48 |
| Hex | 2B | F5 | 0 | 52 | 0 | 64 | 4 | 6D | 64 | 30 |
| Octal | 53 | 365 | 0 | 122 | 0 | 144 | 4 | 155 | 144 | 60 |
| Binary | 101011 | 11110101 | 0 | 1010010 | 0 | 1100100 | 100 | 1101101 | 1100100 | 110000 |
Color Harmonies of #2BF500
Complementary color
Monochromatic Colors of #2BF500
Black with #2BF500
Text Example
Text Example
White with #2BF500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF500; }
p { color: rgb(43,245,0); }
H1.HeaderClassName
{
color: #2BF500;
}
.AnyTagClassName
{
color: #2BF500;
}
</style>
background-color css
<style>
a { background-color: #2BF500; }
a { background-color: rgb(43,245,0); }
div.DivClassName
{
background-color: #2BF500;
}
.BgClassName
{
background-color: #2BF500;
}
</style>
border-color css
<style>
span { border-color: #2BF500; }
span { border-color: rgb(43,245,0); }
td.TdClassName
{
border-color: #2BF500;
}
.TagClassName
{
border-color: #2BF500;
}
</style>