Shades of Harlequin #2FF205
Tints of Harlequin #2FF205
RGB
CMYK
RGB Variations
Color information
#2FF205 (or 0x2FF205) is known color: Harlequin. HEX triplet: 2F, F2 and 05. RGB value is (47,242,5). Sum of RGB (Red+Green+Blue) = 47+242+5=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 242 (94.92% from 255 or 82.31% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF205 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF205 is #D00DFA. Grayscale: #9D9D9D. Windows color (decimal): -13635067 or 389679. OLE color: 389679.
HSL color Cylindrical-coordinate representation of color #2FF205: hue angle of 109.37º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FF205 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.05 |
| HSL | 109.37º | 0.96% | 0.48% | - |
| HSV(B) | 109.37º | 0.98% | 0.95% | - |
| XYZ | 32.95 | 64.12 | 10.78 | - |
| YUV | 156.68 | 42.4 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 5 | 0.81 | 0 | 0.98 | 0.05 | 109.37 | 0.96 | 0.48 |
| Hex | 2F | F2 | 5 | 51 | 0 | 62 | 5 | 6D | 60 | 30 |
| Octal | 57 | 362 | 5 | 121 | 0 | 142 | 5 | 155 | 140 | 60 |
| Binary | 101111 | 11110010 | 101 | 1010001 | 0 | 1100010 | 101 | 1101101 | 1100000 | 110000 |
Color Harmonies of #2FF205
Complementary color
Monochromatic Colors of #2FF205
Black with #2FF205
Text Example
Text Example
White with #2FF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF205; }
p { color: rgb(47,242,5); }
H1.HeaderClassName
{
color: #2FF205;
}
.AnyTagClassName
{
color: #2FF205;
}
</style>
background-color css
<style>
a { background-color: #2FF205; }
a { background-color: rgb(47,242,5); }
div.DivClassName
{
background-color: #2FF205;
}
.BgClassName
{
background-color: #2FF205;
}
</style>
border-color css
<style>
span { border-color: #2FF205; }
span { border-color: rgb(47,242,5); }
td.TdClassName
{
border-color: #2FF205;
}
.TagClassName
{
border-color: #2FF205;
}
</style>