Shades of Harlequin #2FF117
Tints of Harlequin #2FF117
RGB
CMYK
RGB Variations
Color information
#2FF117 (or 0x2FF117) is known color: Harlequin. HEX triplet: 2F, F1 and 17. RGB value is (47,241,23). Sum of RGB (Red+Green+Blue) = 47+241+23=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 241 (94.53% from 255 or 77.49% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF117 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF117 is #D00EE8. Grayscale: #9E9E9E. Windows color (decimal): -13635305 or 1569071. OLE color: 1569071.
HSL color Cylindrical-coordinate representation of color #2FF117: hue angle of 113.39º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FF117 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 23 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.05 |
| HSL | 113.39º | 0.89% | 0.52% | - |
| HSV(B) | 113.39º | 0.9% | 0.95% | - |
| XYZ | 32.78 | 63.58 | 11.35 | - |
| YUV | 158.14 | 51.73 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 23 | 0.80 | 0 | 0.90 | 0.05 | 113.39 | 0.89 | 0.52 |
| Hex | 2F | F1 | 17 | 50 | 0 | 5A | 5 | 71 | 59 | 34 |
| Octal | 57 | 361 | 27 | 120 | 0 | 132 | 5 | 161 | 131 | 64 |
| Binary | 101111 | 11110001 | 10111 | 1010000 | 0 | 1011010 | 101 | 1110001 | 1011001 | 110100 |
Color Harmonies of #2FF117
Complementary color
Monochromatic Colors of #2FF117
Black with #2FF117
Text Example
Text Example
White with #2FF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF117; }
p { color: rgb(47,241,23); }
H1.HeaderClassName
{
color: #2FF117;
}
.AnyTagClassName
{
color: #2FF117;
}
</style>
background-color css
<style>
a { background-color: #2FF117; }
a { background-color: rgb(47,241,23); }
div.DivClassName
{
background-color: #2FF117;
}
.BgClassName
{
background-color: #2FF117;
}
</style>
border-color css
<style>
span { border-color: #2FF117; }
span { border-color: rgb(47,241,23); }
td.TdClassName
{
border-color: #2FF117;
}
.TagClassName
{
border-color: #2FF117;
}
</style>