Shades of Harlequin #2FFD04
Tints of Harlequin #2FFD04
RGB
CMYK
RGB Variations
Color information
#2FFD04 (or 0x2FFD04) is known color: Harlequin. HEX triplet: 2F, FD and 04. RGB value is (47,253,4). Sum of RGB (Red+Green+Blue) = 47+253+4=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 253 (99.22% from 255 or 83.22% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFD04 is #D002FB. Grayscale: #A3A3A3. Windows color (decimal): -13632252 or 326959. OLE color: 326959.
HSL color Cylindrical-coordinate representation of color #2FFD04: hue angle of 109.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FFD04 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 4 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.01 |
| HSL | 109.64º | 0.98% | 0.5% | - |
| HSV(B) | 109.64º | 0.98% | 0.99% | - |
| XYZ | 36.32 | 70.86 | 11.88 | - |
| YUV | 163.02 | 38.25 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 4 | 0.81 | 0 | 0.98 | 0.01 | 109.64 | 0.98 | 0.5 |
| Hex | 2F | FD | 4 | 51 | 0 | 62 | 1 | 6E | 62 | 32 |
| Octal | 57 | 375 | 4 | 121 | 0 | 142 | 1 | 156 | 142 | 62 |
| Binary | 101111 | 11111101 | 100 | 1010001 | 0 | 1100010 | 1 | 1101110 | 1100010 | 110010 |
Color Harmonies of #2FFD04
Complementary color
Monochromatic Colors of #2FFD04
Black with #2FFD04
Text Example
Text Example
White with #2FFD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD04; }
p { color: rgb(47,253,4); }
H1.HeaderClassName
{
color: #2FFD04;
}
.AnyTagClassName
{
color: #2FFD04;
}
</style>
background-color css
<style>
a { background-color: #2FFD04; }
a { background-color: rgb(47,253,4); }
div.DivClassName
{
background-color: #2FFD04;
}
.BgClassName
{
background-color: #2FFD04;
}
</style>
border-color css
<style>
span { border-color: #2FFD04; }
span { border-color: rgb(47,253,4); }
td.TdClassName
{
border-color: #2FFD04;
}
.TagClassName
{
border-color: #2FFD04;
}
</style>