Shades of Harlequin #2FFE04
Tints of Harlequin #2FFE04
RGB
CMYK
RGB Variations
Color information
#2FFE04 (or 0x2FFE04) is known color: Harlequin. HEX triplet: 2F, FE and 04. RGB value is (47,254,4). Sum of RGB (Red+Green+Blue) = 47+254+4=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 254 (99.61% from 255 or 83.28% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFE04 is #D001FB. Grayscale: #A4A4A4. Windows color (decimal): -13631996 or 327215. OLE color: 327215.
HSL color Cylindrical-coordinate representation of color #2FFE04: hue angle of 109.68º 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 #2FFE04 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 4 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.00 |
| HSL | 109.68º | 0.99% | 0.51% | - |
| HSV(B) | 109.68º | 0.98% | 1% | - |
| XYZ | 36.64 | 71.5 | 11.98 | - |
| YUV | 163.61 | 37.92 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 4 | 0.81 | 0 | 0.98 | 0.00 | 109.68 | 0.99 | 0.51 |
| Hex | 2F | FE | 4 | 51 | 0 | 62 | 0 | 6E | 63 | 33 |
| Octal | 57 | 376 | 4 | 121 | 0 | 142 | 0 | 156 | 143 | 63 |
| Binary | 101111 | 11111110 | 100 | 1010001 | 0 | 1100010 | 0 | 1101110 | 1100011 | 110011 |
Color Harmonies of #2FFE04
Complementary color
Monochromatic Colors of #2FFE04
Black with #2FFE04
Text Example
Text Example
White with #2FFE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE04; }
p { color: rgb(47,254,4); }
H1.HeaderClassName
{
color: #2FFE04;
}
.AnyTagClassName
{
color: #2FFE04;
}
</style>
background-color css
<style>
a { background-color: #2FFE04; }
a { background-color: rgb(47,254,4); }
div.DivClassName
{
background-color: #2FFE04;
}
.BgClassName
{
background-color: #2FFE04;
}
</style>
border-color css
<style>
span { border-color: #2FFE04; }
span { border-color: rgb(47,254,4); }
td.TdClassName
{
border-color: #2FFE04;
}
.TagClassName
{
border-color: #2FFE04;
}
</style>