Shades of Harlequin #2FF519
Tints of Harlequin #2FF519
RGB
CMYK
RGB Variations
Color information
#2FF519 (or 0x2FF519) is known color: Harlequin. HEX triplet: 2F, F5 and 19. RGB value is (47,245,25). Sum of RGB (Red+Green+Blue) = 47+245+25=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 245 (96.09% from 255 or 77.29% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF519 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF519 is #D00AE6. Grayscale: #A1A1A1. Windows color (decimal): -13634279 or 1701167. OLE color: 1701167.
HSL color Cylindrical-coordinate representation of color #2FF519: hue angle of 114º 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 #2FF519 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 25 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.04 |
| HSL | 114º | 0.92% | 0.53% | - |
| HSV(B) | 114º | 0.9% | 0.96% | - |
| XYZ | 34 | 65.98 | 11.86 | - |
| YUV | 160.72 | 51.4 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 25 | 0.81 | 0 | 0.90 | 0.04 | 114 | 0.92 | 0.53 |
| Hex | 2F | F5 | 19 | 51 | 0 | 5A | 4 | 72 | 5C | 35 |
| Octal | 57 | 365 | 31 | 121 | 0 | 132 | 4 | 162 | 134 | 65 |
| Binary | 101111 | 11110101 | 11001 | 1010001 | 0 | 1011010 | 100 | 1110010 | 1011100 | 110101 |
Color Harmonies of #2FF519
Complementary color
Monochromatic Colors of #2FF519
Black with #2FF519
Text Example
Text Example
White with #2FF519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF519; }
p { color: rgb(47,245,25); }
H1.HeaderClassName
{
color: #2FF519;
}
.AnyTagClassName
{
color: #2FF519;
}
</style>
background-color css
<style>
a { background-color: #2FF519; }
a { background-color: rgb(47,245,25); }
div.DivClassName
{
background-color: #2FF519;
}
.BgClassName
{
background-color: #2FF519;
}
</style>
border-color css
<style>
span { border-color: #2FF519; }
span { border-color: rgb(47,245,25); }
td.TdClassName
{
border-color: #2FF519;
}
.TagClassName
{
border-color: #2FF519;
}
</style>