Shades of Harlequin #2FFF15
Tints of Harlequin #2FFF15
RGB
CMYK
RGB Variations
Color information
#2FFF15 (or 0x2FFF15) is known color: Harlequin. HEX triplet: 2F, FF and 15. RGB value is (47,255,21). Sum of RGB (Red+Green+Blue) = 47+255+21=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 255 (100% from 255 or 78.95% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFF15 is #D000EA. Grayscale: #A6A6A6. Windows color (decimal): -13631723 or 1441583. OLE color: 1441583.
HSL color Cylindrical-coordinate representation of color #2FFF15: hue angle of 113.33º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FFF15 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 21 | - |
| CMYK | 0.82 | 0 | 0.92 | 0 |
| HSL | 113.33º | 1% | 0.54% | - |
| HSV(B) | 113.33º | 0.92% | 1% | - |
| XYZ | 37.07 | 72.18 | 12.69 | - |
| YUV | 166.13 | 46.09 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 21 | 0.82 | 0 | 0.92 | 0 | 113.33 | 1 | 0.54 |
| Hex | 2F | FF | 15 | 52 | 0 | 5C | 0 | 71 | 64 | 36 |
| Octal | 57 | 377 | 25 | 122 | 0 | 134 | 0 | 161 | 144 | 66 |
| Binary | 101111 | 11111111 | 10101 | 1010010 | 0 | 1011100 | 0 | 1110001 | 1100100 | 110110 |
Color Harmonies of #2FFF15
Complementary color
Monochromatic Colors of #2FFF15
Black with #2FFF15
Text Example
Text Example
White with #2FFF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF15; }
p { color: rgb(47,255,21); }
H1.HeaderClassName
{
color: #2FFF15;
}
.AnyTagClassName
{
color: #2FFF15;
}
</style>
background-color css
<style>
a { background-color: #2FFF15; }
a { background-color: rgb(47,255,21); }
div.DivClassName
{
background-color: #2FFF15;
}
.BgClassName
{
background-color: #2FFF15;
}
</style>
border-color css
<style>
span { border-color: #2FFF15; }
span { border-color: rgb(47,255,21); }
td.TdClassName
{
border-color: #2FFF15;
}
.TagClassName
{
border-color: #2FFF15;
}
</style>