Shades of Harlequin #2BFF17
Tints of Harlequin #2BFF17
RGB
CMYK
RGB Variations
Color information
#2BFF17 (or 0x2BFF17) is known color: Harlequin. HEX triplet: 2B, FF and 17. RGB value is (43,255,23). Sum of RGB (Red+Green+Blue) = 43+255+23=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 255 (100% from 255 or 79.44% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFF17 is #D400E8. Grayscale: #A5A5A5. Windows color (decimal): -13893865 or 1572651. OLE color: 1572651.
HSL color Cylindrical-coordinate representation of color #2BFF17: hue angle of 114.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BFF17 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 23 | - |
| CMYK | 0.83 | 0 | 0.91 | 0 |
| HSL | 114.83º | 1% | 0.55% | - |
| HSV(B) | 114.83º | 0.91% | 1% | - |
| XYZ | 36.91 | 72.1 | 12.78 | - |
| YUV | 165.16 | 47.76 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 23 | 0.83 | 0 | 0.91 | 0 | 114.83 | 1 | 0.55 |
| Hex | 2B | FF | 17 | 53 | 0 | 5B | 0 | 73 | 64 | 37 |
| Octal | 53 | 377 | 27 | 123 | 0 | 133 | 0 | 163 | 144 | 67 |
| Binary | 101011 | 11111111 | 10111 | 1010011 | 0 | 1011011 | 0 | 1110011 | 1100100 | 110111 |
Color Harmonies of #2BFF17
Complementary color
Monochromatic Colors of #2BFF17
Black with #2BFF17
Text Example
Text Example
White with #2BFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF17; }
p { color: rgb(43,255,23); }
H1.HeaderClassName
{
color: #2BFF17;
}
.AnyTagClassName
{
color: #2BFF17;
}
</style>
background-color css
<style>
a { background-color: #2BFF17; }
a { background-color: rgb(43,255,23); }
div.DivClassName
{
background-color: #2BFF17;
}
.BgClassName
{
background-color: #2BFF17;
}
</style>
border-color css
<style>
span { border-color: #2BFF17; }
span { border-color: rgb(43,255,23); }
td.TdClassName
{
border-color: #2BFF17;
}
.TagClassName
{
border-color: #2BFF17;
}
</style>