Shades of Harlequin #2FFC06
Tints of Harlequin #2FFC06
RGB
CMYK
RGB Variations
Color information
#2FFC06 (or 0x2FFC06) is known color: Harlequin. HEX triplet: 2F, FC and 06. RGB value is (47,252,6). Sum of RGB (Red+Green+Blue) = 47+252+6=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 252 (98.83% from 255 or 82.62% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFC06 is #D003F9. Grayscale: #A3A3A3. Windows color (decimal): -13632506 or 457775. OLE color: 457775.
HSL color Cylindrical-coordinate representation of color #2FFC06: hue angle of 110º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FFC06 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 6 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.01 |
| HSL | 110º | 0.98% | 0.51% | - |
| HSV(B) | 110º | 0.98% | 0.99% | - |
| XYZ | 36.02 | 70.24 | 11.83 | - |
| YUV | 162.66 | 39.58 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 6 | 0.81 | 0 | 0.98 | 0.01 | 110 | 0.98 | 0.51 |
| Hex | 2F | FC | 6 | 51 | 0 | 62 | 1 | 6E | 62 | 33 |
| Octal | 57 | 374 | 6 | 121 | 0 | 142 | 1 | 156 | 142 | 63 |
| Binary | 101111 | 11111100 | 110 | 1010001 | 0 | 1100010 | 1 | 1101110 | 1100010 | 110011 |
Color Harmonies of #2FFC06
Complementary color
Monochromatic Colors of #2FFC06
Black with #2FFC06
Text Example
Text Example
White with #2FFC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC06; }
p { color: rgb(47,252,6); }
H1.HeaderClassName
{
color: #2FFC06;
}
.AnyTagClassName
{
color: #2FFC06;
}
</style>
background-color css
<style>
a { background-color: #2FFC06; }
a { background-color: rgb(47,252,6); }
div.DivClassName
{
background-color: #2FFC06;
}
.BgClassName
{
background-color: #2FFC06;
}
</style>
border-color css
<style>
span { border-color: #2FFC06; }
span { border-color: rgb(47,252,6); }
td.TdClassName
{
border-color: #2FFC06;
}
.TagClassName
{
border-color: #2FFC06;
}
</style>