Shades of Harlequin #2FE611
Tints of Harlequin #2FE611
RGB
CMYK
RGB Variations
Color information
#2FE611 (or 0x2FE611) is known color: Harlequin. HEX triplet: 2F, E6 and 11. RGB value is (47,230,17). Sum of RGB (Red+Green+Blue) = 47+230+17=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 230 (90.23% from 255 or 78.23% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE611 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE611 is #D019EE. Grayscale: #979797. Windows color (decimal): -13638127 or 1173039. OLE color: 1173039.
HSL color Cylindrical-coordinate representation of color #2FE611: hue angle of 111.55º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FE611 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 17 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.10 |
| HSL | 111.55º | 0.86% | 0.48% | - |
| HSV(B) | 111.55º | 0.93% | 0.9% | - |
| XYZ | 29.57 | 57.24 | 10.02 | - |
| YUV | 151 | 52.37 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 17 | 0.80 | 0 | 0.93 | 0.10 | 111.55 | 0.86 | 0.48 |
| Hex | 2F | E6 | 11 | 50 | 0 | 5D | A | 70 | 56 | 30 |
| Octal | 57 | 346 | 21 | 120 | 0 | 135 | 12 | 160 | 126 | 60 |
| Binary | 101111 | 11100110 | 10001 | 1010000 | 0 | 1011101 | 1010 | 1110000 | 1010110 | 110000 |
Color Harmonies of #2FE611
Complementary color
Monochromatic Colors of #2FE611
Black with #2FE611
Text Example
Text Example
White with #2FE611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE611; }
p { color: rgb(47,230,17); }
H1.HeaderClassName
{
color: #2FE611;
}
.AnyTagClassName
{
color: #2FE611;
}
</style>
background-color css
<style>
a { background-color: #2FE611; }
a { background-color: rgb(47,230,17); }
div.DivClassName
{
background-color: #2FE611;
}
.BgClassName
{
background-color: #2FE611;
}
</style>
border-color css
<style>
span { border-color: #2FE611; }
span { border-color: rgb(47,230,17); }
td.TdClassName
{
border-color: #2FE611;
}
.TagClassName
{
border-color: #2FE611;
}
</style>