Shades of Harlequin #2FFA11
Tints of Harlequin #2FFA11
RGB
CMYK
RGB Variations
Color information
#2FFA11 (or 0x2FFA11) is known color: Harlequin. HEX triplet: 2F, FA and 11. RGB value is (47,250,17). Sum of RGB (Red+Green+Blue) = 47+250+17=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 250 (98.05% from 255 or 79.62% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFA11 is #D005EE. Grayscale: #A3A3A3. Windows color (decimal): -13633007 or 1178159. OLE color: 1178159.
HSL color Cylindrical-coordinate representation of color #2FFA11: hue angle of 112.27º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FFA11 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 17 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.02 |
| HSL | 112.27º | 0.96% | 0.52% | - |
| HSV(B) | 112.27º | 0.93% | 0.98% | - |
| XYZ | 35.46 | 69.02 | 11.98 | - |
| YUV | 162.74 | 45.75 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 17 | 0.81 | 0 | 0.93 | 0.02 | 112.27 | 0.96 | 0.52 |
| Hex | 2F | FA | 11 | 51 | 0 | 5D | 2 | 70 | 60 | 34 |
| Octal | 57 | 372 | 21 | 121 | 0 | 135 | 2 | 160 | 140 | 64 |
| Binary | 101111 | 11111010 | 10001 | 1010001 | 0 | 1011101 | 10 | 1110000 | 1100000 | 110100 |
Color Harmonies of #2FFA11
Complementary color
Monochromatic Colors of #2FFA11
Black with #2FFA11
Text Example
Text Example
White with #2FFA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA11; }
p { color: rgb(47,250,17); }
H1.HeaderClassName
{
color: #2FFA11;
}
.AnyTagClassName
{
color: #2FFA11;
}
</style>
background-color css
<style>
a { background-color: #2FFA11; }
a { background-color: rgb(47,250,17); }
div.DivClassName
{
background-color: #2FFA11;
}
.BgClassName
{
background-color: #2FFA11;
}
</style>
border-color css
<style>
span { border-color: #2FFA11; }
span { border-color: rgb(47,250,17); }
td.TdClassName
{
border-color: #2FFA11;
}
.TagClassName
{
border-color: #2FFA11;
}
</style>