Shades of Harlequin #2FE706
Tints of Harlequin #2FE706
RGB
CMYK
RGB Variations
Color information
#2FE706 (or 0x2FE706) is known color: Harlequin. HEX triplet: 2F, E7 and 06. RGB value is (47,231,6). Sum of RGB (Red+Green+Blue) = 47+231+6=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 231 (90.62% from 255 or 81.34% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE706 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE706 is #D018F9. Grayscale: #979797. Windows color (decimal): -13637882 or 452399. OLE color: 452399.
HSL color Cylindrical-coordinate representation of color #2FE706: hue angle of 109.07º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FE706 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 6 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.09 |
| HSL | 109.07º | 0.95% | 0.46% | - |
| HSV(B) | 109.07º | 0.97% | 0.91% | - |
| XYZ | 29.78 | 57.77 | 9.75 | - |
| YUV | 150.33 | 46.54 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 6 | 0.80 | 0 | 0.97 | 0.09 | 109.07 | 0.95 | 0.46 |
| Hex | 2F | E7 | 6 | 50 | 0 | 61 | 9 | 6D | 5F | 2E |
| Octal | 57 | 347 | 6 | 120 | 0 | 141 | 11 | 155 | 137 | 56 |
| Binary | 101111 | 11100111 | 110 | 1010000 | 0 | 1100001 | 1001 | 1101101 | 1011111 | 101110 |
Color Harmonies of #2FE706
Complementary color
Monochromatic Colors of #2FE706
Black with #2FE706
Text Example
Text Example
White with #2FE706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE706; }
p { color: rgb(47,231,6); }
H1.HeaderClassName
{
color: #2FE706;
}
.AnyTagClassName
{
color: #2FE706;
}
</style>
background-color css
<style>
a { background-color: #2FE706; }
a { background-color: rgb(47,231,6); }
div.DivClassName
{
background-color: #2FE706;
}
.BgClassName
{
background-color: #2FE706;
}
</style>
border-color css
<style>
span { border-color: #2FE706; }
span { border-color: rgb(47,231,6); }
td.TdClassName
{
border-color: #2FE706;
}
.TagClassName
{
border-color: #2FE706;
}
</style>