Shades of Harlequin #2BF518
Tints of Harlequin #2BF518
RGB
CMYK
RGB Variations
Color information
#2BF518 (or 0x2BF518) is known color: Harlequin. HEX triplet: 2B, F5 and 18. RGB value is (43,245,24). Sum of RGB (Red+Green+Blue) = 43+245+24=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 245 (96.09% from 255 or 78.53% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF518 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF518 is #D40AE7. Grayscale: #A0A0A0. Windows color (decimal): -13896424 or 1635627. OLE color: 1635627.
HSL color Cylindrical-coordinate representation of color #2BF518: hue angle of 114.84º 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 #2BF518 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 245 | 24 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.04 |
| HSL | 114.84º | 0.92% | 0.53% | - |
| HSV(B) | 114.84º | 0.9% | 0.96% | - |
| XYZ | 33.81 | 65.88 | 11.8 | - |
| YUV | 159.41 | 51.58 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 245 | 24 | 0.82 | 0 | 0.90 | 0.04 | 114.84 | 0.92 | 0.53 |
| Hex | 2B | F5 | 18 | 52 | 0 | 5A | 4 | 73 | 5C | 35 |
| Octal | 53 | 365 | 30 | 122 | 0 | 132 | 4 | 163 | 134 | 65 |
| Binary | 101011 | 11110101 | 11000 | 1010010 | 0 | 1011010 | 100 | 1110011 | 1011100 | 110101 |
Color Harmonies of #2BF518
Complementary color
Monochromatic Colors of #2BF518
Black with #2BF518
Text Example
Text Example
White with #2BF518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF518; }
p { color: rgb(43,245,24); }
H1.HeaderClassName
{
color: #2BF518;
}
.AnyTagClassName
{
color: #2BF518;
}
</style>
background-color css
<style>
a { background-color: #2BF518; }
a { background-color: rgb(43,245,24); }
div.DivClassName
{
background-color: #2BF518;
}
.BgClassName
{
background-color: #2BF518;
}
</style>
border-color css
<style>
span { border-color: #2BF518; }
span { border-color: rgb(43,245,24); }
td.TdClassName
{
border-color: #2BF518;
}
.TagClassName
{
border-color: #2BF518;
}
</style>