Shades of Harlequin #2FEE15
Tints of Harlequin #2FEE15
RGB
CMYK
RGB Variations
Color information
#2FEE15 (or 0x2FEE15) is known color: Harlequin. HEX triplet: 2F, EE and 15. RGB value is (47,238,21). Sum of RGB (Red+Green+Blue) = 47+238+21=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 238 (93.36% from 255 or 77.78% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEE15 is #D011EA. Grayscale: #9C9C9C. Windows color (decimal): -13636075 or 1437231. OLE color: 1437231.
HSL color Cylindrical-coordinate representation of color #2FEE15: hue angle of 112.81º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FEE15 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 21 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.07 |
| HSL | 112.81º | 0.86% | 0.51% | - |
| HSV(B) | 112.81º | 0.91% | 0.93% | - |
| XYZ | 31.88 | 61.81 | 10.96 | - |
| YUV | 156.15 | 51.72 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 21 | 0.80 | 0 | 0.91 | 0.07 | 112.81 | 0.86 | 0.51 |
| Hex | 2F | EE | 15 | 50 | 0 | 5B | 7 | 71 | 56 | 33 |
| Octal | 57 | 356 | 25 | 120 | 0 | 133 | 7 | 161 | 126 | 63 |
| Binary | 101111 | 11101110 | 10101 | 1010000 | 0 | 1011011 | 111 | 1110001 | 1010110 | 110011 |
Color Harmonies of #2FEE15
Complementary color
Monochromatic Colors of #2FEE15
Black with #2FEE15
Text Example
Text Example
White with #2FEE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE15; }
p { color: rgb(47,238,21); }
H1.HeaderClassName
{
color: #2FEE15;
}
.AnyTagClassName
{
color: #2FEE15;
}
</style>
background-color css
<style>
a { background-color: #2FEE15; }
a { background-color: rgb(47,238,21); }
div.DivClassName
{
background-color: #2FEE15;
}
.BgClassName
{
background-color: #2FEE15;
}
</style>
border-color css
<style>
span { border-color: #2FEE15; }
span { border-color: rgb(47,238,21); }
td.TdClassName
{
border-color: #2FEE15;
}
.TagClassName
{
border-color: #2FEE15;
}
</style>