Shades of Harlequin #2BD904
Tints of Harlequin #2BD904
RGB
CMYK
RGB Variations
Color information
#2BD904 (or 0x2BD904) is known color: Harlequin. HEX triplet: 2B, D9 and 04. RGB value is (43,217,4). Sum of RGB (Red+Green+Blue) = 43+217+4=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 217 (85.16% from 255 or 82.20% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD904 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD904 is #D426FB. Grayscale: #8D8D8D. Windows color (decimal): -13903612 or 317739. OLE color: 317739.
HSL color Cylindrical-coordinate representation of color #2BD904: hue angle of 109.01º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BD904 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 4 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.15 |
| HSL | 109.01º | 0.96% | 0.43% | - |
| HSV(B) | 109.01º | 0.98% | 0.85% | - |
| XYZ | 25.83 | 50.15 | 8.43 | - |
| YUV | 140.69 | 50.85 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 4 | 0.80 | 0 | 0.98 | 0.15 | 109.01 | 0.96 | 0.43 |
| Hex | 2B | D9 | 4 | 50 | 0 | 62 | F | 6D | 60 | 2B |
| Octal | 53 | 331 | 4 | 120 | 0 | 142 | 17 | 155 | 140 | 53 |
| Binary | 101011 | 11011001 | 100 | 1010000 | 0 | 1100010 | 1111 | 1101101 | 1100000 | 101011 |
Color Harmonies of #2BD904
Complementary color
Monochromatic Colors of #2BD904
Black with #2BD904
Text Example
Text Example
White with #2BD904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD904; }
p { color: rgb(43,217,4); }
H1.HeaderClassName
{
color: #2BD904;
}
.AnyTagClassName
{
color: #2BD904;
}
</style>
background-color css
<style>
a { background-color: #2BD904; }
a { background-color: rgb(43,217,4); }
div.DivClassName
{
background-color: #2BD904;
}
.BgClassName
{
background-color: #2BD904;
}
</style>
border-color css
<style>
span { border-color: #2BD904; }
span { border-color: rgb(43,217,4); }
td.TdClassName
{
border-color: #2BD904;
}
.TagClassName
{
border-color: #2BD904;
}
</style>