Shades of Harlequin #2FF619
Tints of Harlequin #2FF619
RGB
CMYK
RGB Variations
Color information
#2FF619 (or 0x2FF619) is known color: Harlequin. HEX triplet: 2F, F6 and 19. RGB value is (47,246,25). Sum of RGB (Red+Green+Blue) = 47+246+25=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 246 (96.48% from 255 or 77.36% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF619 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF619 is #D009E6. Grayscale: #A1A1A1. Windows color (decimal): -13634023 or 1701423. OLE color: 1701423.
HSL color Cylindrical-coordinate representation of color #2FF619: hue angle of 114.03º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FF619 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 25 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.04 |
| HSL | 114.03º | 0.92% | 0.53% | - |
| HSV(B) | 114.03º | 0.9% | 0.96% | - |
| XYZ | 34.3 | 66.59 | 11.96 | - |
| YUV | 161.31 | 51.07 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 25 | 0.81 | 0 | 0.90 | 0.04 | 114.03 | 0.92 | 0.53 |
| Hex | 2F | F6 | 19 | 51 | 0 | 5A | 4 | 72 | 5C | 35 |
| Octal | 57 | 366 | 31 | 121 | 0 | 132 | 4 | 162 | 134 | 65 |
| Binary | 101111 | 11110110 | 11001 | 1010001 | 0 | 1011010 | 100 | 1110010 | 1011100 | 110101 |
Color Harmonies of #2FF619
Complementary color
Monochromatic Colors of #2FF619
Black with #2FF619
Text Example
Text Example
White with #2FF619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF619; }
p { color: rgb(47,246,25); }
H1.HeaderClassName
{
color: #2FF619;
}
.AnyTagClassName
{
color: #2FF619;
}
</style>
background-color css
<style>
a { background-color: #2FF619; }
a { background-color: rgb(47,246,25); }
div.DivClassName
{
background-color: #2FF619;
}
.BgClassName
{
background-color: #2FF619;
}
</style>
border-color css
<style>
span { border-color: #2FF619; }
span { border-color: rgb(47,246,25); }
td.TdClassName
{
border-color: #2FF619;
}
.TagClassName
{
border-color: #2FF619;
}
</style>