Shades of Harlequin #2FE810
Tints of Harlequin #2FE810
RGB
CMYK
RGB Variations
Color information
#2FE810 (or 0x2FE810) is known color: Harlequin. HEX triplet: 2F, E8 and 10. RGB value is (47,232,16). Sum of RGB (Red+Green+Blue) = 47+232+16=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 232 (91.02% from 255 or 78.64% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE810 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE810 is #D017EF. Grayscale: #989898. Windows color (decimal): -13637616 or 1108015. OLE color: 1108015.
HSL color Cylindrical-coordinate representation of color #2FE810: hue angle of 111.39º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FE810 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 16 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.09 |
| HSL | 111.39º | 0.87% | 0.49% | - |
| HSV(B) | 111.39º | 0.93% | 0.91% | - |
| XYZ | 30.12 | 58.35 | 10.17 | - |
| YUV | 152.06 | 51.21 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 16 | 0.80 | 0 | 0.93 | 0.09 | 111.39 | 0.87 | 0.49 |
| Hex | 2F | E8 | 10 | 50 | 0 | 5D | 9 | 6F | 57 | 31 |
| Octal | 57 | 350 | 20 | 120 | 0 | 135 | 11 | 157 | 127 | 61 |
| Binary | 101111 | 11101000 | 10000 | 1010000 | 0 | 1011101 | 1001 | 1101111 | 1010111 | 110001 |
Color Harmonies of #2FE810
Complementary color
Monochromatic Colors of #2FE810
Black with #2FE810
Text Example
Text Example
White with #2FE810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE810; }
p { color: rgb(47,232,16); }
H1.HeaderClassName
{
color: #2FE810;
}
.AnyTagClassName
{
color: #2FE810;
}
</style>
background-color css
<style>
a { background-color: #2FE810; }
a { background-color: rgb(47,232,16); }
div.DivClassName
{
background-color: #2FE810;
}
.BgClassName
{
background-color: #2FE810;
}
</style>
border-color css
<style>
span { border-color: #2FE810; }
span { border-color: rgb(47,232,16); }
td.TdClassName
{
border-color: #2FE810;
}
.TagClassName
{
border-color: #2FE810;
}
</style>