Shades of Harlequin #2FFE06
Tints of Harlequin #2FFE06
RGB
CMYK
RGB Variations
Color information
#2FFE06 (or 0x2FFE06) is known color: Harlequin. HEX triplet: 2F, FE and 06. RGB value is (47,254,6). Sum of RGB (Red+Green+Blue) = 47+254+6=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 254 (99.61% from 255 or 82.74% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFE06 is #D001F9. Grayscale: #A4A4A4. Windows color (decimal): -13631994 or 458287. OLE color: 458287.
HSL color Cylindrical-coordinate representation of color #2FFE06: hue angle of 110.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FFE06 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 6 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.00 |
| HSL | 110.08º | 0.99% | 0.51% | - |
| HSV(B) | 110.08º | 0.98% | 1% | - |
| XYZ | 36.65 | 71.5 | 12.04 | - |
| YUV | 163.84 | 38.92 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 6 | 0.81 | 0 | 0.98 | 0.00 | 110.08 | 0.99 | 0.51 |
| Hex | 2F | FE | 6 | 51 | 0 | 62 | 0 | 6E | 63 | 33 |
| Octal | 57 | 376 | 6 | 121 | 0 | 142 | 0 | 156 | 143 | 63 |
| Binary | 101111 | 11111110 | 110 | 1010001 | 0 | 1100010 | 0 | 1101110 | 1100011 | 110011 |
Color Harmonies of #2FFE06
Complementary color
Monochromatic Colors of #2FFE06
Black with #2FFE06
Text Example
Text Example
White with #2FFE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE06; }
p { color: rgb(47,254,6); }
H1.HeaderClassName
{
color: #2FFE06;
}
.AnyTagClassName
{
color: #2FFE06;
}
</style>
background-color css
<style>
a { background-color: #2FFE06; }
a { background-color: rgb(47,254,6); }
div.DivClassName
{
background-color: #2FFE06;
}
.BgClassName
{
background-color: #2FFE06;
}
</style>
border-color css
<style>
span { border-color: #2FFE06; }
span { border-color: rgb(47,254,6); }
td.TdClassName
{
border-color: #2FFE06;
}
.TagClassName
{
border-color: #2FFE06;
}
</style>