Shades of Harlequin #2FF015
Tints of Harlequin #2FF015
RGB
CMYK
RGB Variations
Color information
#2FF015 (or 0x2FF015) is known color: Harlequin. HEX triplet: 2F, F0 and 15. RGB value is (47,240,21). Sum of RGB (Red+Green+Blue) = 47+240+21=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF015 is #D00FEA. Grayscale: #9E9E9E. Windows color (decimal): -13635563 or 1437743. OLE color: 1437743.
HSL color Cylindrical-coordinate representation of color #2FF015: hue angle of 112.88º degrees, saturation: 0.88, 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 #2FF015 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 21 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.06 |
| HSL | 112.88º | 0.88% | 0.51% | - |
| HSV(B) | 112.88º | 0.91% | 0.94% | - |
| XYZ | 32.47 | 62.98 | 11.15 | - |
| YUV | 157.33 | 51.06 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 21 | 0.80 | 0 | 0.91 | 0.06 | 112.88 | 0.88 | 0.51 |
| Hex | 2F | F0 | 15 | 50 | 0 | 5B | 6 | 71 | 58 | 33 |
| Octal | 57 | 360 | 25 | 120 | 0 | 133 | 6 | 161 | 130 | 63 |
| Binary | 101111 | 11110000 | 10101 | 1010000 | 0 | 1011011 | 110 | 1110001 | 1011000 | 110011 |
Color Harmonies of #2FF015
Complementary color
Monochromatic Colors of #2FF015
Black with #2FF015
Text Example
Text Example
White with #2FF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF015; }
p { color: rgb(47,240,21); }
H1.HeaderClassName
{
color: #2FF015;
}
.AnyTagClassName
{
color: #2FF015;
}
</style>
background-color css
<style>
a { background-color: #2FF015; }
a { background-color: rgb(47,240,21); }
div.DivClassName
{
background-color: #2FF015;
}
.BgClassName
{
background-color: #2FF015;
}
</style>
border-color css
<style>
span { border-color: #2FF015; }
span { border-color: rgb(47,240,21); }
td.TdClassName
{
border-color: #2FF015;
}
.TagClassName
{
border-color: #2FF015;
}
</style>