Shades of Harlequin #2FFF05
Tints of Harlequin #2FFF05
RGB
CMYK
RGB Variations
Color information
#2FFF05 (or 0x2FFF05) is known color: Harlequin. HEX triplet: 2F, FF and 05. RGB value is (47,255,5). Sum of RGB (Red+Green+Blue) = 47+255+5=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 255 (100% from 255 or 83.06% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFF05 is #D000FA. Grayscale: #A5A5A5. Windows color (decimal): -13631739 or 393007. OLE color: 393007.
HSL color Cylindrical-coordinate representation of color #2FFF05: hue angle of 109.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FFF05 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 5 | - |
| CMYK | 0.82 | 0 | 0.98 | 0 |
| HSL | 109.92º | 1% | 0.51% | - |
| HSV(B) | 109.92º | 0.98% | 1% | - |
| XYZ | 36.96 | 72.14 | 12.12 | - |
| YUV | 164.31 | 38.09 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 5 | 0.82 | 0 | 0.98 | 0 | 109.92 | 1 | 0.51 |
| Hex | 2F | FF | 5 | 52 | 0 | 62 | 0 | 6E | 64 | 33 |
| Octal | 57 | 377 | 5 | 122 | 0 | 142 | 0 | 156 | 144 | 63 |
| Binary | 101111 | 11111111 | 101 | 1010010 | 0 | 1100010 | 0 | 1101110 | 1100100 | 110011 |
Color Harmonies of #2FFF05
Complementary color
Monochromatic Colors of #2FFF05
Black with #2FFF05
Text Example
Text Example
White with #2FFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF05; }
p { color: rgb(47,255,5); }
H1.HeaderClassName
{
color: #2FFF05;
}
.AnyTagClassName
{
color: #2FFF05;
}
</style>
background-color css
<style>
a { background-color: #2FFF05; }
a { background-color: rgb(47,255,5); }
div.DivClassName
{
background-color: #2FFF05;
}
.BgClassName
{
background-color: #2FFF05;
}
</style>
border-color css
<style>
span { border-color: #2FFF05; }
span { border-color: rgb(47,255,5); }
td.TdClassName
{
border-color: #2FFF05;
}
.TagClassName
{
border-color: #2FFF05;
}
</style>