Shades of Harlequin #2FF602
Tints of Harlequin #2FF602
RGB
CMYK
RGB Variations
Color information
#2FF602 (or 0x2FF602) is known color: Harlequin. HEX triplet: 2F, F6 and 02. RGB value is (47,246,2). Sum of RGB (Red+Green+Blue) = 47+246+2=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 246 (96.48% from 255 or 83.39% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF602 is #D009FD. Grayscale: #9F9F9F. Windows color (decimal): -13634046 or 194095. OLE color: 194095.
HSL color Cylindrical-coordinate representation of color #2FF602: hue angle of 108.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FF602 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.04 |
| HSL | 108.93º | 0.98% | 0.49% | - |
| HSV(B) | 108.93º | 0.99% | 0.96% | - |
| XYZ | 34.14 | 66.52 | 11.1 | - |
| YUV | 158.68 | 39.57 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 2 | 0.81 | 0 | 0.99 | 0.04 | 108.93 | 0.98 | 0.49 |
| Hex | 2F | F6 | 2 | 51 | 0 | 63 | 4 | 6D | 62 | 31 |
| Octal | 57 | 366 | 2 | 121 | 0 | 143 | 4 | 155 | 142 | 61 |
| Binary | 101111 | 11110110 | 10 | 1010001 | 0 | 1100011 | 100 | 1101101 | 1100010 | 110001 |
Color Harmonies of #2FF602
Complementary color
Monochromatic Colors of #2FF602
Black with #2FF602
Text Example
Text Example
White with #2FF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF602; }
p { color: rgb(47,246,2); }
H1.HeaderClassName
{
color: #2FF602;
}
.AnyTagClassName
{
color: #2FF602;
}
</style>
background-color css
<style>
a { background-color: #2FF602; }
a { background-color: rgb(47,246,2); }
div.DivClassName
{
background-color: #2FF602;
}
.BgClassName
{
background-color: #2FF602;
}
</style>
border-color css
<style>
span { border-color: #2FF602; }
span { border-color: rgb(47,246,2); }
td.TdClassName
{
border-color: #2FF602;
}
.TagClassName
{
border-color: #2FF602;
}
</style>