Shades of Harlequin #2FF70C
Tints of Harlequin #2FF70C
RGB
CMYK
RGB Variations
Color information
#2FF70C (or 0x2FF70C) is known color: Harlequin. HEX triplet: 2F, F7 and 0C. RGB value is (47,247,12). Sum of RGB (Red+Green+Blue) = 47+247+12=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 247 (96.88% from 255 or 80.72% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF70C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF70C is #D008F3. Grayscale: #A1A1A1. Windows color (decimal): -13633780 or 849711. OLE color: 849711.
HSL color Cylindrical-coordinate representation of color #2FF70C: hue angle of 111.06º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FF70C is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 12 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.03 |
| HSL | 111.06º | 0.94% | 0.51% | - |
| HSV(B) | 111.06º | 0.95% | 0.97% | - |
| XYZ | 34.5 | 67.15 | 11.49 | - |
| YUV | 160.41 | 44.24 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 12 | 0.81 | 0 | 0.95 | 0.03 | 111.06 | 0.94 | 0.51 |
| Hex | 2F | F7 | C | 51 | 0 | 5F | 3 | 6F | 5E | 33 |
| Octal | 57 | 367 | 14 | 121 | 0 | 137 | 3 | 157 | 136 | 63 |
| Binary | 101111 | 11110111 | 1100 | 1010001 | 0 | 1011111 | 11 | 1101111 | 1011110 | 110011 |
Color Harmonies of #2FF70C
Complementary color
Monochromatic Colors of #2FF70C
Black with #2FF70C
Text Example
Text Example
White with #2FF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF70C; }
p { color: rgb(47,247,12); }
H1.HeaderClassName
{
color: #2FF70C;
}
.AnyTagClassName
{
color: #2FF70C;
}
</style>
background-color css
<style>
a { background-color: #2FF70C; }
a { background-color: rgb(47,247,12); }
div.DivClassName
{
background-color: #2FF70C;
}
.BgClassName
{
background-color: #2FF70C;
}
</style>
border-color css
<style>
span { border-color: #2FF70C; }
span { border-color: rgb(47,247,12); }
td.TdClassName
{
border-color: #2FF70C;
}
.TagClassName
{
border-color: #2FF70C;
}
</style>