Shades of Harlequin #2FF00E
Tints of Harlequin #2FF00E
RGB
CMYK
RGB Variations
Color information
#2FF00E (or 0x2FF00E) is known color: Harlequin. HEX triplet: 2F, F0 and 0E. RGB value is (47,240,14). Sum of RGB (Red+Green+Blue) = 47+240+14=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 240 (94.14% from 255 or 79.73% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF00E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF00E is #D00FF1. Grayscale: #9D9D9D. Windows color (decimal): -13635570 or 978991. OLE color: 978991.
HSL color Cylindrical-coordinate representation of color #2FF00E: hue angle of 111.24º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FF00E is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 14 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.06 |
| HSL | 111.24º | 0.89% | 0.5% | - |
| HSV(B) | 111.24º | 0.94% | 0.94% | - |
| XYZ | 32.41 | 62.96 | 10.86 | - |
| YUV | 156.53 | 47.56 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 14 | 0.80 | 0 | 0.94 | 0.06 | 111.24 | 0.89 | 0.5 |
| Hex | 2F | F0 | E | 50 | 0 | 5E | 6 | 6F | 59 | 32 |
| Octal | 57 | 360 | 16 | 120 | 0 | 136 | 6 | 157 | 131 | 62 |
| Binary | 101111 | 11110000 | 1110 | 1010000 | 0 | 1011110 | 110 | 1101111 | 1011001 | 110010 |
Color Harmonies of #2FF00E
Complementary color
Monochromatic Colors of #2FF00E
Black with #2FF00E
Text Example
Text Example
White with #2FF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF00E; }
p { color: rgb(47,240,14); }
H1.HeaderClassName
{
color: #2FF00E;
}
.AnyTagClassName
{
color: #2FF00E;
}
</style>
background-color css
<style>
a { background-color: #2FF00E; }
a { background-color: rgb(47,240,14); }
div.DivClassName
{
background-color: #2FF00E;
}
.BgClassName
{
background-color: #2FF00E;
}
</style>
border-color css
<style>
span { border-color: #2FF00E; }
span { border-color: rgb(47,240,14); }
td.TdClassName
{
border-color: #2FF00E;
}
.TagClassName
{
border-color: #2FF00E;
}
</style>