Shades of Harlequin #2BF718
Tints of Harlequin #2BF718
RGB
CMYK
RGB Variations
Color information
#2BF718 (or 0x2BF718) is known color: Harlequin. HEX triplet: 2B, F7 and 18. RGB value is (43,247,24). Sum of RGB (Red+Green+Blue) = 43+247+24=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 247 (96.88% from 255 or 78.66% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF718 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF718 is #D408E7. Grayscale: #A1A1A1. Windows color (decimal): -13895912 or 1636139. OLE color: 1636139.
HSL color Cylindrical-coordinate representation of color #2BF718: hue angle of 114.89º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BF718 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 247 | 24 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.03 |
| HSL | 114.89º | 0.93% | 0.53% | - |
| HSV(B) | 114.89º | 0.9% | 0.97% | - |
| XYZ | 34.42 | 67.1 | 12 | - |
| YUV | 160.58 | 50.91 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 247 | 24 | 0.83 | 0 | 0.90 | 0.03 | 114.89 | 0.93 | 0.53 |
| Hex | 2B | F7 | 18 | 53 | 0 | 5A | 3 | 73 | 5D | 35 |
| Octal | 53 | 367 | 30 | 123 | 0 | 132 | 3 | 163 | 135 | 65 |
| Binary | 101011 | 11110111 | 11000 | 1010011 | 0 | 1011010 | 11 | 1110011 | 1011101 | 110101 |
Color Harmonies of #2BF718
Complementary color
Monochromatic Colors of #2BF718
Black with #2BF718
Text Example
Text Example
White with #2BF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF718; }
p { color: rgb(43,247,24); }
H1.HeaderClassName
{
color: #2BF718;
}
.AnyTagClassName
{
color: #2BF718;
}
</style>
background-color css
<style>
a { background-color: #2BF718; }
a { background-color: rgb(43,247,24); }
div.DivClassName
{
background-color: #2BF718;
}
.BgClassName
{
background-color: #2BF718;
}
</style>
border-color css
<style>
span { border-color: #2BF718; }
span { border-color: rgb(43,247,24); }
td.TdClassName
{
border-color: #2BF718;
}
.TagClassName
{
border-color: #2BF718;
}
</style>