Shades of Harlequin #2BEF16
Tints of Harlequin #2BEF16
RGB
CMYK
RGB Variations
Color information
#2BEF16 (or 0x2BEF16) is known color: Harlequin. HEX triplet: 2B, EF and 16. RGB value is (43,239,22). Sum of RGB (Red+Green+Blue) = 43+239+22=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 239 (93.75% from 255 or 78.62% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BEF16 is #D410E9. Grayscale: #9C9C9C. Windows color (decimal): -13897962 or 1503019. OLE color: 1503019.
HSL color Cylindrical-coordinate representation of color #2BEF16: hue angle of 114.19º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BEF16 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 22 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.06 |
| HSL | 114.19º | 0.87% | 0.51% | - |
| HSV(B) | 114.19º | 0.91% | 0.94% | - |
| XYZ | 32.01 | 62.3 | 11.1 | - |
| YUV | 155.66 | 52.57 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 22 | 0.82 | 0 | 0.91 | 0.06 | 114.19 | 0.87 | 0.51 |
| Hex | 2B | EF | 16 | 52 | 0 | 5B | 6 | 72 | 57 | 33 |
| Octal | 53 | 357 | 26 | 122 | 0 | 133 | 6 | 162 | 127 | 63 |
| Binary | 101011 | 11101111 | 10110 | 1010010 | 0 | 1011011 | 110 | 1110010 | 1010111 | 110011 |
Color Harmonies of #2BEF16
Complementary color
Monochromatic Colors of #2BEF16
Black with #2BEF16
Text Example
Text Example
White with #2BEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF16; }
p { color: rgb(43,239,22); }
H1.HeaderClassName
{
color: #2BEF16;
}
.AnyTagClassName
{
color: #2BEF16;
}
</style>
background-color css
<style>
a { background-color: #2BEF16; }
a { background-color: rgb(43,239,22); }
div.DivClassName
{
background-color: #2BEF16;
}
.BgClassName
{
background-color: #2BEF16;
}
</style>
border-color css
<style>
span { border-color: #2BEF16; }
span { border-color: rgb(43,239,22); }
td.TdClassName
{
border-color: #2BEF16;
}
.TagClassName
{
border-color: #2BEF16;
}
</style>