Shades of Harlequin #2FE001
Tints of Harlequin #2FE001
RGB
CMYK
RGB Variations
Color information
#2FE001 (or 0x2FE001) is known color: Harlequin. HEX triplet: 2F, E0 and 01. RGB value is (47,224,1). Sum of RGB (Red+Green+Blue) = 47+224+1=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 224 (87.89% from 255 or 82.35% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE001 is #D01FFE. Grayscale: #929292. Windows color (decimal): -13639679 or 122927. OLE color: 122927.
HSL color Cylindrical-coordinate representation of color #2FE001: hue angle of 107.62º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FE001 is Cyan = 0.79, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 1 | - |
| CMYK | 0.79 | 0 | 1.00 | 0.12 |
| HSL | 107.62º | 0.99% | 0.44% | - |
| HSV(B) | 107.62º | 1% | 0.88% | - |
| XYZ | 27.83 | 53.92 | 8.97 | - |
| YUV | 145.66 | 46.36 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 1 | 0.79 | 0 | 1.00 | 0.12 | 107.62 | 0.99 | 0.44 |
| Hex | 2F | E0 | 1 | 4F | 0 | 64 | C | 6C | 63 | 2C |
| Octal | 57 | 340 | 1 | 117 | 0 | 144 | 14 | 154 | 143 | 54 |
| Binary | 101111 | 11100000 | 1 | 1001111 | 0 | 1100100 | 1100 | 1101100 | 1100011 | 101100 |
Color Harmonies of #2FE001
Complementary color
Monochromatic Colors of #2FE001
Black with #2FE001
Text Example
Text Example
White with #2FE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE001; }
p { color: rgb(47,224,1); }
H1.HeaderClassName
{
color: #2FE001;
}
.AnyTagClassName
{
color: #2FE001;
}
</style>
background-color css
<style>
a { background-color: #2FE001; }
a { background-color: rgb(47,224,1); }
div.DivClassName
{
background-color: #2FE001;
}
.BgClassName
{
background-color: #2FE001;
}
</style>
border-color css
<style>
span { border-color: #2FE001; }
span { border-color: rgb(47,224,1); }
td.TdClassName
{
border-color: #2FE001;
}
.TagClassName
{
border-color: #2FE001;
}
</style>