Shades of Harlequin #2FE008
Tints of Harlequin #2FE008
RGB
CMYK
RGB Variations
Color information
#2FE008 (or 0x2FE008) is known color: Harlequin. HEX triplet: 2F, E0 and 08. RGB value is (47,224,8). Sum of RGB (Red+Green+Blue) = 47+224+8=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 224 (87.89% from 255 or 80.29% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE008 is #D01FF7. Grayscale: #939393. Windows color (decimal): -13639672 or 581679. OLE color: 581679.
HSL color Cylindrical-coordinate representation of color #2FE008: hue angle of 109.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FE008 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 8 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.12 |
| HSL | 109.17º | 0.93% | 0.45% | - |
| HSV(B) | 109.17º | 0.96% | 0.88% | - |
| XYZ | 27.87 | 53.93 | 9.17 | - |
| YUV | 146.45 | 49.86 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 8 | 0.79 | 0 | 0.96 | 0.12 | 109.17 | 0.93 | 0.45 |
| Hex | 2F | E0 | 8 | 4F | 0 | 60 | C | 6D | 5D | 2D |
| Octal | 57 | 340 | 10 | 117 | 0 | 140 | 14 | 155 | 135 | 55 |
| Binary | 101111 | 11100000 | 1000 | 1001111 | 0 | 1100000 | 1100 | 1101101 | 1011101 | 101101 |
Color Harmonies of #2FE008
Complementary color
Monochromatic Colors of #2FE008
Black with #2FE008
Text Example
Text Example
White with #2FE008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE008; }
p { color: rgb(47,224,8); }
H1.HeaderClassName
{
color: #2FE008;
}
.AnyTagClassName
{
color: #2FE008;
}
</style>
background-color css
<style>
a { background-color: #2FE008; }
a { background-color: rgb(47,224,8); }
div.DivClassName
{
background-color: #2FE008;
}
.BgClassName
{
background-color: #2FE008;
}
</style>
border-color css
<style>
span { border-color: #2FE008; }
span { border-color: rgb(47,224,8); }
td.TdClassName
{
border-color: #2FE008;
}
.TagClassName
{
border-color: #2FE008;
}
</style>