Shades of Harlequin #2FF11F
Tints of Harlequin #2FF11F
RGB
CMYK
RGB Variations
Color information
#2FF11F (or 0x2FF11F) is known color: Harlequin. HEX triplet: 2F, F1 and 1F. RGB value is (47,241,31). Sum of RGB (Red+Green+Blue) = 47+241+31=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 241 (94.53% from 255 or 75.55% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF11F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF11F is #D00EE0. Grayscale: #9F9F9F. Windows color (decimal): -13635297 or 2093359. OLE color: 2093359.
HSL color Cylindrical-coordinate representation of color #2FF11F: hue angle of 115.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FF11F is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 31 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.05 |
| HSL | 115.43º | 0.88% | 0.53% | - |
| HSV(B) | 115.43º | 0.87% | 0.95% | - |
| XYZ | 32.87 | 63.61 | 11.84 | - |
| YUV | 159.05 | 55.73 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 31 | 0.80 | 0 | 0.87 | 0.05 | 115.43 | 0.88 | 0.53 |
| Hex | 2F | F1 | 1F | 50 | 0 | 57 | 5 | 73 | 58 | 35 |
| Octal | 57 | 361 | 37 | 120 | 0 | 127 | 5 | 163 | 130 | 65 |
| Binary | 101111 | 11110001 | 11111 | 1010000 | 0 | 1010111 | 101 | 1110011 | 1011000 | 110101 |
Color Harmonies of #2FF11F
Complementary color
Monochromatic Colors of #2FF11F
Black with #2FF11F
Text Example
Text Example
White with #2FF11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF11F; }
p { color: rgb(47,241,31); }
H1.HeaderClassName
{
color: #2FF11F;
}
.AnyTagClassName
{
color: #2FF11F;
}
</style>
background-color css
<style>
a { background-color: #2FF11F; }
a { background-color: rgb(47,241,31); }
div.DivClassName
{
background-color: #2FF11F;
}
.BgClassName
{
background-color: #2FF11F;
}
</style>
border-color css
<style>
span { border-color: #2FF11F; }
span { border-color: rgb(47,241,31); }
td.TdClassName
{
border-color: #2FF11F;
}
.TagClassName
{
border-color: #2FF11F;
}
</style>