Shades of Harlequin #2FE801
Tints of Harlequin #2FE801
RGB
CMYK
RGB Variations
Color information
#2FE801 (or 0x2FE801) is known color: Harlequin. HEX triplet: 2F, E8 and 01. RGB value is (47,232,1). Sum of RGB (Red+Green+Blue) = 47+232+1=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 232 (91.02% from 255 or 82.86% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE801 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE801 is #D017FE. Grayscale: #979797. Windows color (decimal): -13637631 or 124975. OLE color: 124975.
HSL color Cylindrical-coordinate representation of color #2FE801: hue angle of 108.05º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FE801 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 1 | - |
| CMYK | 0.80 | 0 | 1.00 | 0.09 |
| HSL | 108.05º | 0.99% | 0.46% | - |
| HSV(B) | 108.05º | 1% | 0.91% | - |
| XYZ | 30.03 | 58.32 | 9.7 | - |
| YUV | 150.35 | 43.71 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 1 | 0.80 | 0 | 1.00 | 0.09 | 108.05 | 0.99 | 0.46 |
| Hex | 2F | E8 | 1 | 50 | 0 | 64 | 9 | 6C | 63 | 2E |
| Octal | 57 | 350 | 1 | 120 | 0 | 144 | 11 | 154 | 143 | 56 |
| Binary | 101111 | 11101000 | 1 | 1010000 | 0 | 1100100 | 1001 | 1101100 | 1100011 | 101110 |
Color Harmonies of #2FE801
Complementary color
Monochromatic Colors of #2FE801
Black with #2FE801
Text Example
Text Example
White with #2FE801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE801; }
p { color: rgb(47,232,1); }
H1.HeaderClassName
{
color: #2FE801;
}
.AnyTagClassName
{
color: #2FE801;
}
</style>
background-color css
<style>
a { background-color: #2FE801; }
a { background-color: rgb(47,232,1); }
div.DivClassName
{
background-color: #2FE801;
}
.BgClassName
{
background-color: #2FE801;
}
</style>
border-color css
<style>
span { border-color: #2FE801; }
span { border-color: rgb(47,232,1); }
td.TdClassName
{
border-color: #2FE801;
}
.TagClassName
{
border-color: #2FE801;
}
</style>