Shades of Harlequin #2FF209
Tints of Harlequin #2FF209
RGB
CMYK
RGB Variations
Color information
#2FF209 (or 0x2FF209) is known color: Harlequin. HEX triplet: 2F, F2 and 09. RGB value is (47,242,9). Sum of RGB (Red+Green+Blue) = 47+242+9=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 242 (94.92% from 255 or 81.21% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF209 is #D00DF6. Grayscale: #9D9D9D. Windows color (decimal): -13635063 or 651823. OLE color: 651823.
HSL color Cylindrical-coordinate representation of color #2FF209: hue angle of 110.21º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FF209 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 9 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.05 |
| HSL | 110.21º | 0.93% | 0.49% | - |
| HSV(B) | 110.21º | 0.96% | 0.95% | - |
| XYZ | 32.97 | 64.13 | 10.9 | - |
| YUV | 157.13 | 44.4 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 9 | 0.81 | 0 | 0.96 | 0.05 | 110.21 | 0.93 | 0.49 |
| Hex | 2F | F2 | 9 | 51 | 0 | 60 | 5 | 6E | 5D | 31 |
| Octal | 57 | 362 | 11 | 121 | 0 | 140 | 5 | 156 | 135 | 61 |
| Binary | 101111 | 11110010 | 1001 | 1010001 | 0 | 1100000 | 101 | 1101110 | 1011101 | 110001 |
Color Harmonies of #2FF209
Complementary color
Monochromatic Colors of #2FF209
Black with #2FF209
Text Example
Text Example
White with #2FF209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF209; }
p { color: rgb(47,242,9); }
H1.HeaderClassName
{
color: #2FF209;
}
.AnyTagClassName
{
color: #2FF209;
}
</style>
background-color css
<style>
a { background-color: #2FF209; }
a { background-color: rgb(47,242,9); }
div.DivClassName
{
background-color: #2FF209;
}
.BgClassName
{
background-color: #2FF209;
}
</style>
border-color css
<style>
span { border-color: #2FF209; }
span { border-color: rgb(47,242,9); }
td.TdClassName
{
border-color: #2FF209;
}
.TagClassName
{
border-color: #2FF209;
}
</style>