Shades of Harlequin #2FF600
Tints of Harlequin #2FF600
RGB
CMYK
RGB Variations
Color information
#2FF600 (or 0x2FF600) is known color: Harlequin. HEX triplet: 2F, F6 and 00. RGB value is (47,246,0). Sum of RGB (Red+Green+Blue) = 47+246+0=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 246 (96.48% from 255 or 83.96% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF600 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF600 is #D009FF. Grayscale: #9F9F9F. Windows color (decimal): -13634048 or 63023. OLE color: 63023.
HSL color Cylindrical-coordinate representation of color #2FF600: hue angle of 108.54º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FF600 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.04 |
| HSL | 108.54º | 1% | 0.48% | - |
| HSV(B) | 108.54º | 1% | 0.96% | - |
| XYZ | 34.13 | 66.52 | 11.04 | - |
| YUV | 158.46 | 38.57 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 0 | 0.81 | 0 | 1 | 0.04 | 108.54 | 1 | 0.48 |
| Hex | 2F | F6 | 0 | 51 | 0 | 64 | 4 | 6D | 64 | 30 |
| Octal | 57 | 366 | 0 | 121 | 0 | 144 | 4 | 155 | 144 | 60 |
| Binary | 101111 | 11110110 | 0 | 1010001 | 0 | 1100100 | 100 | 1101101 | 1100100 | 110000 |
Color Harmonies of #2FF600
Complementary color
Monochromatic Colors of #2FF600
Black with #2FF600
Text Example
Text Example
White with #2FF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF600; }
p { color: rgb(47,246,0); }
H1.HeaderClassName
{
color: #2FF600;
}
.AnyTagClassName
{
color: #2FF600;
}
</style>
background-color css
<style>
a { background-color: #2FF600; }
a { background-color: rgb(47,246,0); }
div.DivClassName
{
background-color: #2FF600;
}
.BgClassName
{
background-color: #2FF600;
}
</style>
border-color css
<style>
span { border-color: #2FF600; }
span { border-color: rgb(47,246,0); }
td.TdClassName
{
border-color: #2FF600;
}
.TagClassName
{
border-color: #2FF600;
}
</style>