Shades of Harlequin #2FF91C
Tints of Harlequin #2FF91C
RGB
CMYK
RGB Variations
Color information
#2FF91C (or 0x2FF91C) is known color: Harlequin. HEX triplet: 2F, F9 and 1C. RGB value is (47,249,28). Sum of RGB (Red+Green+Blue) = 47+249+28=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 249 (97.66% from 255 or 76.85% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF91C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF91C is #D006E3. Grayscale: #A4A4A4. Windows color (decimal): -13633252 or 1898799. OLE color: 1898799.
HSL color Cylindrical-coordinate representation of color #2FF91C: hue angle of 114.84º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FF91C is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 28 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.02 |
| HSL | 114.84º | 0.95% | 0.54% | - |
| HSV(B) | 114.84º | 0.89% | 0.98% | - |
| XYZ | 35.26 | 68.44 | 12.45 | - |
| YUV | 163.41 | 51.58 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 28 | 0.81 | 0 | 0.89 | 0.02 | 114.84 | 0.95 | 0.54 |
| Hex | 2F | F9 | 1C | 51 | 0 | 59 | 2 | 73 | 5F | 36 |
| Octal | 57 | 371 | 34 | 121 | 0 | 131 | 2 | 163 | 137 | 66 |
| Binary | 101111 | 11111001 | 11100 | 1010001 | 0 | 1011001 | 10 | 1110011 | 1011111 | 110110 |
Color Harmonies of #2FF91C
Complementary color
Monochromatic Colors of #2FF91C
Black with #2FF91C
Text Example
Text Example
White with #2FF91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF91C; }
p { color: rgb(47,249,28); }
H1.HeaderClassName
{
color: #2FF91C;
}
.AnyTagClassName
{
color: #2FF91C;
}
</style>
background-color css
<style>
a { background-color: #2FF91C; }
a { background-color: rgb(47,249,28); }
div.DivClassName
{
background-color: #2FF91C;
}
.BgClassName
{
background-color: #2FF91C;
}
</style>
border-color css
<style>
span { border-color: #2FF91C; }
span { border-color: rgb(47,249,28); }
td.TdClassName
{
border-color: #2FF91C;
}
.TagClassName
{
border-color: #2FF91C;
}
</style>