Shades of Harlequin #2FF720
Tints of Harlequin #2FF720
RGB
CMYK
RGB Variations
Color information
#2FF720 (or 0x2FF720) is known color: Harlequin. HEX triplet: 2F, F7 and 20. RGB value is (47,247,32). Sum of RGB (Red+Green+Blue) = 47+247+32=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 247 (96.88% from 255 or 75.77% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF720 is #D008DF. Grayscale: #A3A3A3. Windows color (decimal): -13633760 or 2160431. OLE color: 2160431.
HSL color Cylindrical-coordinate representation of color #2FF720: hue angle of 115.81º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FF720 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 32 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.03 |
| HSL | 115.81º | 0.93% | 0.55% | - |
| HSV(B) | 115.81º | 0.87% | 0.97% | - |
| XYZ | 34.69 | 67.23 | 12.51 | - |
| YUV | 162.69 | 54.24 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 32 | 0.81 | 0 | 0.87 | 0.03 | 115.81 | 0.93 | 0.55 |
| Hex | 2F | F7 | 20 | 51 | 0 | 57 | 3 | 74 | 5D | 37 |
| Octal | 57 | 367 | 40 | 121 | 0 | 127 | 3 | 164 | 135 | 67 |
| Binary | 101111 | 11110111 | 100000 | 1010001 | 0 | 1010111 | 11 | 1110100 | 1011101 | 110111 |
Color Harmonies of #2FF720
Complementary color
Monochromatic Colors of #2FF720
Black with #2FF720
Text Example
Text Example
White with #2FF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF720; }
p { color: rgb(47,247,32); }
H1.HeaderClassName
{
color: #2FF720;
}
.AnyTagClassName
{
color: #2FF720;
}
</style>
background-color css
<style>
a { background-color: #2FF720; }
a { background-color: rgb(47,247,32); }
div.DivClassName
{
background-color: #2FF720;
}
.BgClassName
{
background-color: #2FF720;
}
</style>
border-color css
<style>
span { border-color: #2FF720; }
span { border-color: rgb(47,247,32); }
td.TdClassName
{
border-color: #2FF720;
}
.TagClassName
{
border-color: #2FF720;
}
</style>