Shades of Harlequin #2BFA17
Tints of Harlequin #2BFA17
RGB
CMYK
RGB Variations
Color information
#2BFA17 (or 0x2BFA17) is known color: Harlequin. HEX triplet: 2B, FA and 17. RGB value is (43,250,23). Sum of RGB (Red+Green+Blue) = 43+250+23=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 250 (98.05% from 255 or 79.11% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BFA17 is #D405E8. Grayscale: #A2A2A2. Windows color (decimal): -13895145 or 1571371. OLE color: 1571371.
HSL color Cylindrical-coordinate representation of color #2BFA17: hue angle of 114.71º degrees, saturation: 0.96, 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 #2BFA17 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 23 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.02 |
| HSL | 114.71º | 0.96% | 0.54% | - |
| HSV(B) | 114.71º | 0.91% | 0.98% | - |
| XYZ | 35.34 | 68.95 | 12.26 | - |
| YUV | 162.23 | 49.42 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 23 | 0.83 | 0 | 0.91 | 0.02 | 114.71 | 0.96 | 0.54 |
| Hex | 2B | FA | 17 | 53 | 0 | 5B | 2 | 73 | 60 | 36 |
| Octal | 53 | 372 | 27 | 123 | 0 | 133 | 2 | 163 | 140 | 66 |
| Binary | 101011 | 11111010 | 10111 | 1010011 | 0 | 1011011 | 10 | 1110011 | 1100000 | 110110 |
Color Harmonies of #2BFA17
Complementary color
Monochromatic Colors of #2BFA17
Black with #2BFA17
Text Example
Text Example
White with #2BFA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA17; }
p { color: rgb(43,250,23); }
H1.HeaderClassName
{
color: #2BFA17;
}
.AnyTagClassName
{
color: #2BFA17;
}
</style>
background-color css
<style>
a { background-color: #2BFA17; }
a { background-color: rgb(43,250,23); }
div.DivClassName
{
background-color: #2BFA17;
}
.BgClassName
{
background-color: #2BFA17;
}
</style>
border-color css
<style>
span { border-color: #2BFA17; }
span { border-color: rgb(43,250,23); }
td.TdClassName
{
border-color: #2BFA17;
}
.TagClassName
{
border-color: #2BFA17;
}
</style>