Shades of Harlequin #2BD800
Tints of Harlequin #2BD800
RGB
CMYK
RGB Variations
Color information
#2BD800 (or 0x2BD800) is known color: Harlequin. HEX triplet: 2B, D8 and 00. RGB value is (43,216,0). Sum of RGB (Red+Green+Blue) = 43+216+0=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 216 (84.77% from 255 or 83.40% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD800 is #D427FF. Grayscale: #8C8C8C. Windows color (decimal): -13903872 or 55339. OLE color: 55339.
HSL color Cylindrical-coordinate representation of color #2BD800: hue angle of 108.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BD800 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 216 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.15 |
| HSL | 108.06º | 1% | 0.42% | - |
| HSV(B) | 108.06º | 1% | 0.85% | - |
| XYZ | 25.55 | 49.63 | 8.23 | - |
| YUV | 139.65 | 49.19 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 216 | 0 | 0.80 | 0 | 1 | 0.15 | 108.06 | 1 | 0.42 |
| Hex | 2B | D8 | 0 | 50 | 0 | 64 | F | 6C | 64 | 2A |
| Octal | 53 | 330 | 0 | 120 | 0 | 144 | 17 | 154 | 144 | 52 |
| Binary | 101011 | 11011000 | 0 | 1010000 | 0 | 1100100 | 1111 | 1101100 | 1100100 | 101010 |
Color Harmonies of #2BD800
Complementary color
Monochromatic Colors of #2BD800
Black with #2BD800
Text Example
Text Example
White with #2BD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD800; }
p { color: rgb(43,216,0); }
H1.HeaderClassName
{
color: #2BD800;
}
.AnyTagClassName
{
color: #2BD800;
}
</style>
background-color css
<style>
a { background-color: #2BD800; }
a { background-color: rgb(43,216,0); }
div.DivClassName
{
background-color: #2BD800;
}
.BgClassName
{
background-color: #2BD800;
}
</style>
border-color css
<style>
span { border-color: #2BD800; }
span { border-color: rgb(43,216,0); }
td.TdClassName
{
border-color: #2BD800;
}
.TagClassName
{
border-color: #2BD800;
}
</style>