Shades of Harlequin #2FFF20
Tints of Harlequin #2FFF20
RGB
CMYK
RGB Variations
Color information
#2FFF20 (or 0x2FFF20) is known color: Harlequin. HEX triplet: 2F, FF and 20. RGB value is (47,255,32). Sum of RGB (Red+Green+Blue) = 47+255+32=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF20 is #D000DF. Grayscale: #A8A8A8. Windows color (decimal): -13631712 or 2162479. OLE color: 2162479.
HSL color Cylindrical-coordinate representation of color #2FFF20: hue angle of 115.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FFF20 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 32 | - |
| CMYK | 0.82 | 0 | 0.87 | 0 |
| HSL | 115.96º | 1% | 0.56% | - |
| HSV(B) | 115.96º | 0.87% | 1% | - |
| XYZ | 37.19 | 72.23 | 13.35 | - |
| YUV | 167.39 | 51.59 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 32 | 0.82 | 0 | 0.87 | 0 | 115.96 | 1 | 0.56 |
| Hex | 2F | FF | 20 | 52 | 0 | 57 | 0 | 74 | 64 | 38 |
| Octal | 57 | 377 | 40 | 122 | 0 | 127 | 0 | 164 | 144 | 70 |
| Binary | 101111 | 11111111 | 100000 | 1010010 | 0 | 1010111 | 0 | 1110100 | 1100100 | 111000 |
Color Harmonies of #2FFF20
Complementary color
Monochromatic Colors of #2FFF20
Black with #2FFF20
Text Example
Text Example
White with #2FFF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF20; }
p { color: rgb(47,255,32); }
H1.HeaderClassName
{
color: #2FFF20;
}
.AnyTagClassName
{
color: #2FFF20;
}
</style>
background-color css
<style>
a { background-color: #2FFF20; }
a { background-color: rgb(47,255,32); }
div.DivClassName
{
background-color: #2FFF20;
}
.BgClassName
{
background-color: #2FFF20;
}
</style>
border-color css
<style>
span { border-color: #2FFF20; }
span { border-color: rgb(47,255,32); }
td.TdClassName
{
border-color: #2FFF20;
}
.TagClassName
{
border-color: #2FFF20;
}
</style>