Shades of Harlequin #2BF714
Tints of Harlequin #2BF714
RGB
CMYK
RGB Variations
Color information
#2BF714 (or 0x2BF714) is known color: Harlequin. HEX triplet: 2B, F7 and 14. RGB value is (43,247,20). Sum of RGB (Red+Green+Blue) = 43+247+20=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 247 (96.88% from 255 or 79.68% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF714 is #D408EB. Grayscale: #A0A0A0. Windows color (decimal): -13895916 or 1373995. OLE color: 1373995.
HSL color Cylindrical-coordinate representation of color #2BF714: hue angle of 113.92º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BF714 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 247 | 20 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.03 |
| HSL | 113.92º | 0.93% | 0.52% | - |
| HSV(B) | 113.92º | 0.92% | 0.97% | - |
| XYZ | 34.38 | 67.09 | 11.8 | - |
| YUV | 160.13 | 48.91 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 247 | 20 | 0.83 | 0 | 0.92 | 0.03 | 113.92 | 0.93 | 0.52 |
| Hex | 2B | F7 | 14 | 53 | 0 | 5C | 3 | 72 | 5D | 34 |
| Octal | 53 | 367 | 24 | 123 | 0 | 134 | 3 | 162 | 135 | 64 |
| Binary | 101011 | 11110111 | 10100 | 1010011 | 0 | 1011100 | 11 | 1110010 | 1011101 | 110100 |
Color Harmonies of #2BF714
Complementary color
Monochromatic Colors of #2BF714
Black with #2BF714
Text Example
Text Example
White with #2BF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF714; }
p { color: rgb(43,247,20); }
H1.HeaderClassName
{
color: #2BF714;
}
.AnyTagClassName
{
color: #2BF714;
}
</style>
background-color css
<style>
a { background-color: #2BF714; }
a { background-color: rgb(43,247,20); }
div.DivClassName
{
background-color: #2BF714;
}
.BgClassName
{
background-color: #2BF714;
}
</style>
border-color css
<style>
span { border-color: #2BF714; }
span { border-color: rgb(43,247,20); }
td.TdClassName
{
border-color: #2BF714;
}
.TagClassName
{
border-color: #2BF714;
}
</style>