Shades of Harlequin #2BDB04
Tints of Harlequin #2BDB04
RGB
CMYK
RGB Variations
Color information
#2BDB04 (or 0x2BDB04) is known color: Harlequin. HEX triplet: 2B, DB and 04. RGB value is (43,219,4). Sum of RGB (Red+Green+Blue) = 43+219+4=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 219 (85.94% from 255 or 82.33% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDB04 is #D424FB. Grayscale: #8E8E8E. Windows color (decimal): -13903100 or 318251. OLE color: 318251.
HSL color Cylindrical-coordinate representation of color #2BDB04: hue angle of 109.12º 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 #2BDB04 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 4 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.14 |
| HSL | 109.12º | 0.96% | 0.44% | - |
| HSV(B) | 109.12º | 0.98% | 0.86% | - |
| XYZ | 26.35 | 51.19 | 8.61 | - |
| YUV | 141.87 | 50.19 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 4 | 0.80 | 0 | 0.98 | 0.14 | 109.12 | 0.96 | 0.44 |
| Hex | 2B | DB | 4 | 50 | 0 | 62 | E | 6D | 60 | 2C |
| Octal | 53 | 333 | 4 | 120 | 0 | 142 | 16 | 155 | 140 | 54 |
| Binary | 101011 | 11011011 | 100 | 1010000 | 0 | 1100010 | 1110 | 1101101 | 1100000 | 101100 |
Color Harmonies of #2BDB04
Complementary color
Monochromatic Colors of #2BDB04
Black with #2BDB04
Text Example
Text Example
White with #2BDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDB04; }
p { color: rgb(43,219,4); }
H1.HeaderClassName
{
color: #2BDB04;
}
.AnyTagClassName
{
color: #2BDB04;
}
</style>
background-color css
<style>
a { background-color: #2BDB04; }
a { background-color: rgb(43,219,4); }
div.DivClassName
{
background-color: #2BDB04;
}
.BgClassName
{
background-color: #2BDB04;
}
</style>
border-color css
<style>
span { border-color: #2BDB04; }
span { border-color: rgb(43,219,4); }
td.TdClassName
{
border-color: #2BDB04;
}
.TagClassName
{
border-color: #2BDB04;
}
</style>