Shades of Harlequin #2BDA02
Tints of Harlequin #2BDA02
RGB
CMYK
RGB Variations
Color information
#2BDA02 (or 0x2BDA02) is known color: Harlequin. HEX triplet: 2B, DA and 02. RGB value is (43,218,2). Sum of RGB (Red+Green+Blue) = 43+218+2=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 218 (85.55% from 255 or 82.89% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDA02 is #D425FD. Grayscale: #8D8D8D. Windows color (decimal): -13903358 or 186923. OLE color: 186923.
HSL color Cylindrical-coordinate representation of color #2BDA02: hue angle of 108.61º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BDA02 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.15 |
| HSL | 108.61º | 0.98% | 0.43% | - |
| HSV(B) | 108.61º | 0.99% | 0.85% | - |
| XYZ | 26.08 | 50.66 | 8.46 | - |
| YUV | 141.05 | 49.52 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 2 | 0.80 | 0 | 0.99 | 0.15 | 108.61 | 0.98 | 0.43 |
| Hex | 2B | DA | 2 | 50 | 0 | 63 | F | 6D | 62 | 2B |
| Octal | 53 | 332 | 2 | 120 | 0 | 143 | 17 | 155 | 142 | 53 |
| Binary | 101011 | 11011010 | 10 | 1010000 | 0 | 1100011 | 1111 | 1101101 | 1100010 | 101011 |
Color Harmonies of #2BDA02
Complementary color
Monochromatic Colors of #2BDA02
Black with #2BDA02
Text Example
Text Example
White with #2BDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA02; }
p { color: rgb(43,218,2); }
H1.HeaderClassName
{
color: #2BDA02;
}
.AnyTagClassName
{
color: #2BDA02;
}
</style>
background-color css
<style>
a { background-color: #2BDA02; }
a { background-color: rgb(43,218,2); }
div.DivClassName
{
background-color: #2BDA02;
}
.BgClassName
{
background-color: #2BDA02;
}
</style>
border-color css
<style>
span { border-color: #2BDA02; }
span { border-color: rgb(43,218,2); }
td.TdClassName
{
border-color: #2BDA02;
}
.TagClassName
{
border-color: #2BDA02;
}
</style>