Shades of Harlequin #2FEF15
Tints of Harlequin #2FEF15
RGB
CMYK
RGB Variations
Color information
#2FEF15 (or 0x2FEF15) is known color: Harlequin. HEX triplet: 2F, EF and 15. RGB value is (47,239,21). Sum of RGB (Red+Green+Blue) = 47+239+21=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 239 (93.75% from 255 or 77.85% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEF15 is #D010EA. Grayscale: #9D9D9D. Windows color (decimal): -13635819 or 1437487. OLE color: 1437487.
HSL color Cylindrical-coordinate representation of color #2FEF15: hue angle of 112.84º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FEF15 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 21 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.06 |
| HSL | 112.84º | 0.87% | 0.51% | - |
| HSV(B) | 112.84º | 0.91% | 0.94% | - |
| XYZ | 32.17 | 62.39 | 11.06 | - |
| YUV | 156.74 | 51.39 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 21 | 0.80 | 0 | 0.91 | 0.06 | 112.84 | 0.87 | 0.51 |
| Hex | 2F | EF | 15 | 50 | 0 | 5B | 6 | 71 | 57 | 33 |
| Octal | 57 | 357 | 25 | 120 | 0 | 133 | 6 | 161 | 127 | 63 |
| Binary | 101111 | 11101111 | 10101 | 1010000 | 0 | 1011011 | 110 | 1110001 | 1010111 | 110011 |
Color Harmonies of #2FEF15
Complementary color
Monochromatic Colors of #2FEF15
Black with #2FEF15
Text Example
Text Example
White with #2FEF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF15; }
p { color: rgb(47,239,21); }
H1.HeaderClassName
{
color: #2FEF15;
}
.AnyTagClassName
{
color: #2FEF15;
}
</style>
background-color css
<style>
a { background-color: #2FEF15; }
a { background-color: rgb(47,239,21); }
div.DivClassName
{
background-color: #2FEF15;
}
.BgClassName
{
background-color: #2FEF15;
}
</style>
border-color css
<style>
span { border-color: #2FEF15; }
span { border-color: rgb(47,239,21); }
td.TdClassName
{
border-color: #2FEF15;
}
.TagClassName
{
border-color: #2FEF15;
}
</style>