Shades of Harlequin #2BED16
Tints of Harlequin #2BED16
RGB
CMYK
RGB Variations
Color information
#2BED16 (or 0x2BED16) is known color: Harlequin. HEX triplet: 2B, ED and 16. RGB value is (43,237,22). Sum of RGB (Red+Green+Blue) = 43+237+22=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 237 (92.97% from 255 or 78.48% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BED16 is #D412E9. Grayscale: #9B9B9B. Windows color (decimal): -13898474 or 1502507. OLE color: 1502507.
HSL color Cylindrical-coordinate representation of color #2BED16: hue angle of 114.14º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BED16 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 22 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.07 |
| HSL | 114.14º | 0.86% | 0.51% | - |
| HSV(B) | 114.14º | 0.91% | 0.93% | - |
| XYZ | 31.43 | 61.14 | 10.9 | - |
| YUV | 154.48 | 53.23 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 22 | 0.82 | 0 | 0.91 | 0.07 | 114.14 | 0.86 | 0.51 |
| Hex | 2B | ED | 16 | 52 | 0 | 5B | 7 | 72 | 56 | 33 |
| Octal | 53 | 355 | 26 | 122 | 0 | 133 | 7 | 162 | 126 | 63 |
| Binary | 101011 | 11101101 | 10110 | 1010010 | 0 | 1011011 | 111 | 1110010 | 1010110 | 110011 |
Color Harmonies of #2BED16
Complementary color
Monochromatic Colors of #2BED16
Black with #2BED16
Text Example
Text Example
White with #2BED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED16; }
p { color: rgb(43,237,22); }
H1.HeaderClassName
{
color: #2BED16;
}
.AnyTagClassName
{
color: #2BED16;
}
</style>
background-color css
<style>
a { background-color: #2BED16; }
a { background-color: rgb(43,237,22); }
div.DivClassName
{
background-color: #2BED16;
}
.BgClassName
{
background-color: #2BED16;
}
</style>
border-color css
<style>
span { border-color: #2BED16; }
span { border-color: rgb(43,237,22); }
td.TdClassName
{
border-color: #2BED16;
}
.TagClassName
{
border-color: #2BED16;
}
</style>