Shades of Harlequin #2FF211
Tints of Harlequin #2FF211
RGB
CMYK
RGB Variations
Color information
#2FF211 (or 0x2FF211) is known color: Harlequin. HEX triplet: 2F, F2 and 11. RGB value is (47,242,17). Sum of RGB (Red+Green+Blue) = 47+242+17=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 242 (94.92% from 255 or 79.08% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF211 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF211 is #D00DEE. Grayscale: #9E9E9E. Windows color (decimal): -13635055 or 1176111. OLE color: 1176111.
HSL color Cylindrical-coordinate representation of color #2FF211: hue angle of 112º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FF211 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 17 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.05 |
| HSL | 112º | 0.9% | 0.51% | - |
| HSV(B) | 112º | 0.93% | 0.95% | - |
| XYZ | 33.03 | 64.15 | 11.17 | - |
| YUV | 158.05 | 48.4 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 17 | 0.81 | 0 | 0.93 | 0.05 | 112 | 0.9 | 0.51 |
| Hex | 2F | F2 | 11 | 51 | 0 | 5D | 5 | 70 | 5A | 33 |
| Octal | 57 | 362 | 21 | 121 | 0 | 135 | 5 | 160 | 132 | 63 |
| Binary | 101111 | 11110010 | 10001 | 1010001 | 0 | 1011101 | 101 | 1110000 | 1011010 | 110011 |
Color Harmonies of #2FF211
Complementary color
Monochromatic Colors of #2FF211
Black with #2FF211
Text Example
Text Example
White with #2FF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF211; }
p { color: rgb(47,242,17); }
H1.HeaderClassName
{
color: #2FF211;
}
.AnyTagClassName
{
color: #2FF211;
}
</style>
background-color css
<style>
a { background-color: #2FF211; }
a { background-color: rgb(47,242,17); }
div.DivClassName
{
background-color: #2FF211;
}
.BgClassName
{
background-color: #2FF211;
}
</style>
border-color css
<style>
span { border-color: #2FF211; }
span { border-color: rgb(47,242,17); }
td.TdClassName
{
border-color: #2FF211;
}
.TagClassName
{
border-color: #2FF211;
}
</style>