Shades of Harlequin #2FF71A
Tints of Harlequin #2FF71A
RGB
CMYK
RGB Variations
Color information
#2FF71A (or 0x2FF71A) is known color: Harlequin. HEX triplet: 2F, F7 and 1A. RGB value is (47,247,26). Sum of RGB (Red+Green+Blue) = 47+247+26=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 247 (96.88% from 255 or 77.19% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF71A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF71A is #D008E5. Grayscale: #A2A2A2. Windows color (decimal): -13633766 or 1767215. OLE color: 1767215.
HSL color Cylindrical-coordinate representation of color #2FF71A: hue angle of 114.3º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FF71A is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 26 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.03 |
| HSL | 114.3º | 0.93% | 0.54% | - |
| HSV(B) | 114.3º | 0.89% | 0.97% | - |
| XYZ | 34.62 | 67.2 | 12.12 | - |
| YUV | 162.01 | 51.24 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 26 | 0.81 | 0 | 0.89 | 0.03 | 114.3 | 0.93 | 0.54 |
| Hex | 2F | F7 | 1A | 51 | 0 | 59 | 3 | 72 | 5D | 36 |
| Octal | 57 | 367 | 32 | 121 | 0 | 131 | 3 | 162 | 135 | 66 |
| Binary | 101111 | 11110111 | 11010 | 1010001 | 0 | 1011001 | 11 | 1110010 | 1011101 | 110110 |
Color Harmonies of #2FF71A
Complementary color
Monochromatic Colors of #2FF71A
Black with #2FF71A
Text Example
Text Example
White with #2FF71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF71A; }
p { color: rgb(47,247,26); }
H1.HeaderClassName
{
color: #2FF71A;
}
.AnyTagClassName
{
color: #2FF71A;
}
</style>
background-color css
<style>
a { background-color: #2FF71A; }
a { background-color: rgb(47,247,26); }
div.DivClassName
{
background-color: #2FF71A;
}
.BgClassName
{
background-color: #2FF71A;
}
</style>
border-color css
<style>
span { border-color: #2FF71A; }
span { border-color: rgb(47,247,26); }
td.TdClassName
{
border-color: #2FF71A;
}
.TagClassName
{
border-color: #2FF71A;
}
</style>