Shades of Harlequin #2BF619
Tints of Harlequin #2BF619
RGB
CMYK
RGB Variations
Color information
#2BF619 (or 0x2BF619) is known color: Harlequin. HEX triplet: 2B, F6 and 19. RGB value is (43,246,25). Sum of RGB (Red+Green+Blue) = 43+246+25=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 246 (96.48% from 255 or 78.34% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF619 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF619 is #D409E6. Grayscale: #A0A0A0. Windows color (decimal): -13896167 or 1701419. OLE color: 1701419.
HSL color Cylindrical-coordinate representation of color #2BF619: hue angle of 115.11º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BF619 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 246 | 25 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.04 |
| HSL | 115.11º | 0.92% | 0.53% | - |
| HSV(B) | 115.11º | 0.9% | 0.96% | - |
| XYZ | 34.13 | 66.5 | 11.96 | - |
| YUV | 160.11 | 51.75 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 246 | 25 | 0.83 | 0 | 0.90 | 0.04 | 115.11 | 0.92 | 0.53 |
| Hex | 2B | F6 | 19 | 53 | 0 | 5A | 4 | 73 | 5C | 35 |
| Octal | 53 | 366 | 31 | 123 | 0 | 132 | 4 | 163 | 134 | 65 |
| Binary | 101011 | 11110110 | 11001 | 1010011 | 0 | 1011010 | 100 | 1110011 | 1011100 | 110101 |
Color Harmonies of #2BF619
Complementary color
Monochromatic Colors of #2BF619
Black with #2BF619
Text Example
Text Example
White with #2BF619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF619; }
p { color: rgb(43,246,25); }
H1.HeaderClassName
{
color: #2BF619;
}
.AnyTagClassName
{
color: #2BF619;
}
</style>
background-color css
<style>
a { background-color: #2BF619; }
a { background-color: rgb(43,246,25); }
div.DivClassName
{
background-color: #2BF619;
}
.BgClassName
{
background-color: #2BF619;
}
</style>
border-color css
<style>
span { border-color: #2BF619; }
span { border-color: rgb(43,246,25); }
td.TdClassName
{
border-color: #2BF619;
}
.TagClassName
{
border-color: #2BF619;
}
</style>