Shades of Harlequin #2FFF19
Tints of Harlequin #2FFF19
RGB
CMYK
RGB Variations
Color information
#2FFF19 (or 0x2FFF19) is known color: Harlequin. HEX triplet: 2F, FF and 19. RGB value is (47,255,25). Sum of RGB (Red+Green+Blue) = 47+255+25=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 255 (100% from 255 or 77.98% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFF19 is #D000E6. Grayscale: #A7A7A7. Windows color (decimal): -13631719 or 1703727. OLE color: 1703727.
HSL color Cylindrical-coordinate representation of color #2FFF19: hue angle of 114.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FFF19 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 25 | - |
| CMYK | 0.82 | 0 | 0.90 | 0 |
| HSL | 114.26º | 1% | 0.55% | - |
| HSV(B) | 114.26º | 0.9% | 1% | - |
| XYZ | 37.11 | 72.19 | 12.9 | - |
| YUV | 166.59 | 48.09 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 25 | 0.82 | 0 | 0.90 | 0 | 114.26 | 1 | 0.55 |
| Hex | 2F | FF | 19 | 52 | 0 | 5A | 0 | 72 | 64 | 37 |
| Octal | 57 | 377 | 31 | 122 | 0 | 132 | 0 | 162 | 144 | 67 |
| Binary | 101111 | 11111111 | 11001 | 1010010 | 0 | 1011010 | 0 | 1110010 | 1100100 | 110111 |
Color Harmonies of #2FFF19
Complementary color
Monochromatic Colors of #2FFF19
Black with #2FFF19
Text Example
Text Example
White with #2FFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF19; }
p { color: rgb(47,255,25); }
H1.HeaderClassName
{
color: #2FFF19;
}
.AnyTagClassName
{
color: #2FFF19;
}
</style>
background-color css
<style>
a { background-color: #2FFF19; }
a { background-color: rgb(47,255,25); }
div.DivClassName
{
background-color: #2FFF19;
}
.BgClassName
{
background-color: #2FFF19;
}
</style>
border-color css
<style>
span { border-color: #2FFF19; }
span { border-color: rgb(47,255,25); }
td.TdClassName
{
border-color: #2FFF19;
}
.TagClassName
{
border-color: #2FFF19;
}
</style>