Shades of Harlequin #2BFB17
Tints of Harlequin #2BFB17
RGB
CMYK
RGB Variations
Color information
#2BFB17 (or 0x2BFB17) is known color: Harlequin. HEX triplet: 2B, FB and 17. RGB value is (43,251,23). Sum of RGB (Red+Green+Blue) = 43+251+23=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 251 (98.44% from 255 or 79.18% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFB17 is #D404E8. Grayscale: #A3A3A3. Windows color (decimal): -13894889 or 1571627. OLE color: 1571627.
HSL color Cylindrical-coordinate representation of color #2BFB17: hue angle of 114.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BFB17 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 23 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.02 |
| HSL | 114.74º | 0.97% | 0.54% | - |
| HSV(B) | 114.74º | 0.91% | 0.98% | - |
| XYZ | 35.65 | 69.57 | 12.36 | - |
| YUV | 162.82 | 49.09 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 23 | 0.83 | 0 | 0.91 | 0.02 | 114.74 | 0.97 | 0.54 |
| Hex | 2B | FB | 17 | 53 | 0 | 5B | 2 | 73 | 61 | 36 |
| Octal | 53 | 373 | 27 | 123 | 0 | 133 | 2 | 163 | 141 | 66 |
| Binary | 101011 | 11111011 | 10111 | 1010011 | 0 | 1011011 | 10 | 1110011 | 1100001 | 110110 |
Color Harmonies of #2BFB17
Complementary color
Monochromatic Colors of #2BFB17
Black with #2BFB17
Text Example
Text Example
White with #2BFB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB17; }
p { color: rgb(43,251,23); }
H1.HeaderClassName
{
color: #2BFB17;
}
.AnyTagClassName
{
color: #2BFB17;
}
</style>
background-color css
<style>
a { background-color: #2BFB17; }
a { background-color: rgb(43,251,23); }
div.DivClassName
{
background-color: #2BFB17;
}
.BgClassName
{
background-color: #2BFB17;
}
</style>
border-color css
<style>
span { border-color: #2BFB17; }
span { border-color: rgb(43,251,23); }
td.TdClassName
{
border-color: #2BFB17;
}
.TagClassName
{
border-color: #2BFB17;
}
</style>