Shades of Harlequin #2BDC04
Tints of Harlequin #2BDC04
RGB
CMYK
RGB Variations
Color information
#2BDC04 (or 0x2BDC04) is known color: Harlequin. HEX triplet: 2B, DC and 04. RGB value is (43,220,4). Sum of RGB (Red+Green+Blue) = 43+220+4=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 220 (86.33% from 255 or 82.40% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDC04 is #D423FB. Grayscale: #8F8F8F. Windows color (decimal): -13902844 or 318507. OLE color: 318507.
HSL color Cylindrical-coordinate representation of color #2BDC04: hue angle of 109.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BDC04 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 4 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.14 |
| HSL | 109.17º | 0.96% | 0.44% | - |
| HSV(B) | 109.17º | 0.98% | 0.86% | - |
| XYZ | 26.61 | 51.71 | 8.69 | - |
| YUV | 142.45 | 49.86 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 4 | 0.80 | 0 | 0.98 | 0.14 | 109.17 | 0.96 | 0.44 |
| Hex | 2B | DC | 4 | 50 | 0 | 62 | E | 6D | 60 | 2C |
| Octal | 53 | 334 | 4 | 120 | 0 | 142 | 16 | 155 | 140 | 54 |
| Binary | 101011 | 11011100 | 100 | 1010000 | 0 | 1100010 | 1110 | 1101101 | 1100000 | 101100 |
Color Harmonies of #2BDC04
Complementary color
Monochromatic Colors of #2BDC04
Black with #2BDC04
Text Example
Text Example
White with #2BDC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC04; }
p { color: rgb(43,220,4); }
H1.HeaderClassName
{
color: #2BDC04;
}
.AnyTagClassName
{
color: #2BDC04;
}
</style>
background-color css
<style>
a { background-color: #2BDC04; }
a { background-color: rgb(43,220,4); }
div.DivClassName
{
background-color: #2BDC04;
}
.BgClassName
{
background-color: #2BDC04;
}
</style>
border-color css
<style>
span { border-color: #2BDC04; }
span { border-color: rgb(43,220,4); }
td.TdClassName
{
border-color: #2BDC04;
}
.TagClassName
{
border-color: #2BDC04;
}
</style>