Shades of Harlequin #2FFF13
Tints of Harlequin #2FFF13
RGB
CMYK
RGB Variations
Color information
#2FFF13 (or 0x2FFF13) is known color: Harlequin. HEX triplet: 2F, FF and 13. RGB value is (47,255,19). Sum of RGB (Red+Green+Blue) = 47+255+19=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 255 (100% from 255 or 79.44% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFF13 is #D000EC. Grayscale: #A6A6A6. Windows color (decimal): -13631725 or 1310511. OLE color: 1310511.
HSL color Cylindrical-coordinate representation of color #2FFF13: hue angle of 112.88º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FFF13 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 19 | - |
| CMYK | 0.82 | 0 | 0.93 | 0 |
| HSL | 112.88º | 1% | 0.54% | - |
| HSV(B) | 112.88º | 0.93% | 1% | - |
| XYZ | 37.05 | 72.17 | 12.59 | - |
| YUV | 165.9 | 45.09 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 19 | 0.82 | 0 | 0.93 | 0 | 112.88 | 1 | 0.54 |
| Hex | 2F | FF | 13 | 52 | 0 | 5D | 0 | 71 | 64 | 36 |
| Octal | 57 | 377 | 23 | 122 | 0 | 135 | 0 | 161 | 144 | 66 |
| Binary | 101111 | 11111111 | 10011 | 1010010 | 0 | 1011101 | 0 | 1110001 | 1100100 | 110110 |
Color Harmonies of #2FFF13
Complementary color
Monochromatic Colors of #2FFF13
Black with #2FFF13
Text Example
Text Example
White with #2FFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF13; }
p { color: rgb(47,255,19); }
H1.HeaderClassName
{
color: #2FFF13;
}
.AnyTagClassName
{
color: #2FFF13;
}
</style>
background-color css
<style>
a { background-color: #2FFF13; }
a { background-color: rgb(47,255,19); }
div.DivClassName
{
background-color: #2FFF13;
}
.BgClassName
{
background-color: #2FFF13;
}
</style>
border-color css
<style>
span { border-color: #2FFF13; }
span { border-color: rgb(47,255,19); }
td.TdClassName
{
border-color: #2FFF13;
}
.TagClassName
{
border-color: #2FFF13;
}
</style>