Shades of Harlequin #2FF319
Tints of Harlequin #2FF319
RGB
CMYK
RGB Variations
Color information
#2FF319 (or 0x2FF319) is known color: Harlequin. HEX triplet: 2F, F3 and 19. RGB value is (47,243,25). Sum of RGB (Red+Green+Blue) = 47+243+25=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 243 (95.31% from 255 or 77.14% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF319 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF319 is #D00CE6. Grayscale: #A0A0A0. Windows color (decimal): -13634791 or 1700655. OLE color: 1700655.
HSL color Cylindrical-coordinate representation of color #2FF319: hue angle of 113.94º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FF319 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 25 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.05 |
| HSL | 113.95º | 0.9% | 0.53% | - |
| HSV(B) | 113.95º | 0.9% | 0.95% | - |
| XYZ | 33.4 | 64.78 | 11.66 | - |
| YUV | 159.54 | 52.07 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 25 | 0.81 | 0 | 0.90 | 0.05 | 113.95 | 0.9 | 0.53 |
| Hex | 2F | F3 | 19 | 51 | 0 | 5A | 5 | 72 | 5A | 35 |
| Octal | 57 | 363 | 31 | 121 | 0 | 132 | 5 | 162 | 132 | 65 |
| Binary | 101111 | 11110011 | 11001 | 1010001 | 0 | 1011010 | 101 | 1110010 | 1011010 | 110101 |
Color Harmonies of #2FF319
Complementary color
Monochromatic Colors of #2FF319
Black with #2FF319
Text Example
Text Example
White with #2FF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF319; }
p { color: rgb(47,243,25); }
H1.HeaderClassName
{
color: #2FF319;
}
.AnyTagClassName
{
color: #2FF319;
}
</style>
background-color css
<style>
a { background-color: #2FF319; }
a { background-color: rgb(47,243,25); }
div.DivClassName
{
background-color: #2FF319;
}
.BgClassName
{
background-color: #2FF319;
}
</style>
border-color css
<style>
span { border-color: #2FF319; }
span { border-color: rgb(47,243,25); }
td.TdClassName
{
border-color: #2FF319;
}
.TagClassName
{
border-color: #2FF319;
}
</style>