Shades of Harlequin #2FF11E
Tints of Harlequin #2FF11E
RGB
CMYK
RGB Variations
Color information
#2FF11E (or 0x2FF11E) is known color: Harlequin. HEX triplet: 2F, F1 and 1E. RGB value is (47,241,30). Sum of RGB (Red+Green+Blue) = 47+241+30=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 241 (94.53% from 255 or 75.79% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF11E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF11E is #D00EE1. Grayscale: #9F9F9F. Windows color (decimal): -13635298 or 2027823. OLE color: 2027823.
HSL color Cylindrical-coordinate representation of color #2FF11E: hue angle of 115.17º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FF11E is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 30 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.05 |
| HSL | 115.17º | 0.88% | 0.53% | - |
| HSV(B) | 115.17º | 0.88% | 0.95% | - |
| XYZ | 32.86 | 63.61 | 11.77 | - |
| YUV | 158.94 | 55.23 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 30 | 0.80 | 0 | 0.88 | 0.05 | 115.17 | 0.88 | 0.53 |
| Hex | 2F | F1 | 1E | 50 | 0 | 58 | 5 | 73 | 58 | 35 |
| Octal | 57 | 361 | 36 | 120 | 0 | 130 | 5 | 163 | 130 | 65 |
| Binary | 101111 | 11110001 | 11110 | 1010000 | 0 | 1011000 | 101 | 1110011 | 1011000 | 110101 |
Color Harmonies of #2FF11E
Complementary color
Monochromatic Colors of #2FF11E
Black with #2FF11E
Text Example
Text Example
White with #2FF11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF11E; }
p { color: rgb(47,241,30); }
H1.HeaderClassName
{
color: #2FF11E;
}
.AnyTagClassName
{
color: #2FF11E;
}
</style>
background-color css
<style>
a { background-color: #2FF11E; }
a { background-color: rgb(47,241,30); }
div.DivClassName
{
background-color: #2FF11E;
}
.BgClassName
{
background-color: #2FF11E;
}
</style>
border-color css
<style>
span { border-color: #2FF11E; }
span { border-color: rgb(47,241,30); }
td.TdClassName
{
border-color: #2FF11E;
}
.TagClassName
{
border-color: #2FF11E;
}
</style>