Shades of Harlequin #2FEE00
Tints of Harlequin #2FEE00
RGB
CMYK
RGB Variations
Color information
#2FEE00 (or 0x2FEE00) is known color: Harlequin. HEX triplet: 2F, EE and 00. RGB value is (47,238,0). Sum of RGB (Red+Green+Blue) = 47+238+0=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 238 (93.36% from 255 or 83.51% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEE00 is #D011FF. Grayscale: #9A9A9A. Windows color (decimal): -13636096 or 60975. OLE color: 60975.
HSL color Cylindrical-coordinate representation of color #2FEE00: hue angle of 108.15º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FEE00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.07 |
| HSL | 108.15º | 1% | 0.47% | - |
| HSV(B) | 108.15º | 1% | 0.93% | - |
| XYZ | 31.75 | 61.75 | 10.25 | - |
| YUV | 153.76 | 41.22 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 0 | 0.80 | 0 | 1 | 0.07 | 108.15 | 1 | 0.47 |
| Hex | 2F | EE | 0 | 50 | 0 | 64 | 7 | 6C | 64 | 2F |
| Octal | 57 | 356 | 0 | 120 | 0 | 144 | 7 | 154 | 144 | 57 |
| Binary | 101111 | 11101110 | 0 | 1010000 | 0 | 1100100 | 111 | 1101100 | 1100100 | 101111 |
Color Harmonies of #2FEE00
Complementary color
Monochromatic Colors of #2FEE00
Black with #2FEE00
Text Example
Text Example
White with #2FEE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE00; }
p { color: rgb(47,238,0); }
H1.HeaderClassName
{
color: #2FEE00;
}
.AnyTagClassName
{
color: #2FEE00;
}
</style>
background-color css
<style>
a { background-color: #2FEE00; }
a { background-color: rgb(47,238,0); }
div.DivClassName
{
background-color: #2FEE00;
}
.BgClassName
{
background-color: #2FEE00;
}
</style>
border-color css
<style>
span { border-color: #2FEE00; }
span { border-color: rgb(47,238,0); }
td.TdClassName
{
border-color: #2FEE00;
}
.TagClassName
{
border-color: #2FEE00;
}
</style>