Shades of Harlequin #2BD603
Tints of Harlequin #2BD603
RGB
CMYK
RGB Variations
Color information
#2BD603 (or 0x2BD603) is known color: Harlequin. HEX triplet: 2B, D6 and 03. RGB value is (43,214,3). Sum of RGB (Red+Green+Blue) = 43+214+3=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 214 (83.98% from 255 or 82.31% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD603 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD603 is #D429FC. Grayscale: #8B8B8B. Windows color (decimal): -13904381 or 251435. OLE color: 251435.
HSL color Cylindrical-coordinate representation of color #2BD603: hue angle of 108.63º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BD603 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.16 |
| HSL | 108.63º | 0.97% | 0.43% | - |
| HSV(B) | 108.63º | 0.99% | 0.84% | - |
| XYZ | 25.06 | 48.61 | 8.15 | - |
| YUV | 138.82 | 51.35 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 3 | 0.80 | 0 | 0.99 | 0.16 | 108.63 | 0.97 | 0.43 |
| Hex | 2B | D6 | 3 | 50 | 0 | 63 | 10 | 6D | 61 | 2B |
| Octal | 53 | 326 | 3 | 120 | 0 | 143 | 20 | 155 | 141 | 53 |
| Binary | 101011 | 11010110 | 11 | 1010000 | 0 | 1100011 | 10000 | 1101101 | 1100001 | 101011 |
Color Harmonies of #2BD603
Complementary color
Monochromatic Colors of #2BD603
Black with #2BD603
Text Example
Text Example
White with #2BD603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD603; }
p { color: rgb(43,214,3); }
H1.HeaderClassName
{
color: #2BD603;
}
.AnyTagClassName
{
color: #2BD603;
}
</style>
background-color css
<style>
a { background-color: #2BD603; }
a { background-color: rgb(43,214,3); }
div.DivClassName
{
background-color: #2BD603;
}
.BgClassName
{
background-color: #2BD603;
}
</style>
border-color css
<style>
span { border-color: #2BD603; }
span { border-color: rgb(43,214,3); }
td.TdClassName
{
border-color: #2BD603;
}
.TagClassName
{
border-color: #2BD603;
}
</style>