Shades of Harlequin #2FFE20
Tints of Harlequin #2FFE20
RGB
CMYK
RGB Variations
Color information
#2FFE20 (or 0x2FFE20) is known color: Harlequin. HEX triplet: 2F, FE and 20. RGB value is (47,254,32). Sum of RGB (Red+Green+Blue) = 47+254+32=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 254 (99.61% from 255 or 76.28% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFE20 is #D001DF. Grayscale: #A7A7A7. Windows color (decimal): -13631968 or 2162223. OLE color: 2162223.
HSL color Cylindrical-coordinate representation of color #2FFE20: hue angle of 115.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FFE20 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 32 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.00 |
| HSL | 115.95º | 0.99% | 0.56% | - |
| HSV(B) | 115.95º | 0.87% | 1% | - |
| XYZ | 36.87 | 71.59 | 13.24 | - |
| YUV | 166.8 | 51.92 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 32 | 0.81 | 0 | 0.87 | 0.00 | 115.95 | 0.99 | 0.56 |
| Hex | 2F | FE | 20 | 51 | 0 | 57 | 0 | 74 | 63 | 38 |
| Octal | 57 | 376 | 40 | 121 | 0 | 127 | 0 | 164 | 143 | 70 |
| Binary | 101111 | 11111110 | 100000 | 1010001 | 0 | 1010111 | 0 | 1110100 | 1100011 | 111000 |
Color Harmonies of #2FFE20
Complementary color
Monochromatic Colors of #2FFE20
Black with #2FFE20
Text Example
Text Example
White with #2FFE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE20; }
p { color: rgb(47,254,32); }
H1.HeaderClassName
{
color: #2FFE20;
}
.AnyTagClassName
{
color: #2FFE20;
}
</style>
background-color css
<style>
a { background-color: #2FFE20; }
a { background-color: rgb(47,254,32); }
div.DivClassName
{
background-color: #2FFE20;
}
.BgClassName
{
background-color: #2FFE20;
}
</style>
border-color css
<style>
span { border-color: #2FFE20; }
span { border-color: rgb(47,254,32); }
td.TdClassName
{
border-color: #2FFE20;
}
.TagClassName
{
border-color: #2FFE20;
}
</style>