Shades of Harlequin #2FDF00
Tints of Harlequin #2FDF00
RGB
CMYK
RGB Variations
Color information
#2FDF00 (or 0x2FDF00) is known color: Harlequin. HEX triplet: 2F, DF and 00. RGB value is (47,223,0). Sum of RGB (Red+Green+Blue) = 47+223+0=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 223 (87.5% from 255 or 82.59% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDF00 is #D020FF. Grayscale: #919191. Windows color (decimal): -13639936 or 57135. OLE color: 57135.
HSL color Cylindrical-coordinate representation of color #2FDF00: hue angle of 107.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FDF00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.13 |
| HSL | 107.35º | 1% | 0.44% | - |
| HSV(B) | 107.35º | 1% | 0.87% | - |
| XYZ | 27.56 | 53.38 | 8.85 | - |
| YUV | 144.95 | 46.19 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 0 | 0.79 | 0 | 1 | 0.13 | 107.35 | 1 | 0.44 |
| Hex | 2F | DF | 0 | 4F | 0 | 64 | D | 6B | 64 | 2C |
| Octal | 57 | 337 | 0 | 117 | 0 | 144 | 15 | 153 | 144 | 54 |
| Binary | 101111 | 11011111 | 0 | 1001111 | 0 | 1100100 | 1101 | 1101011 | 1100100 | 101100 |
Color Harmonies of #2FDF00
Complementary color
Monochromatic Colors of #2FDF00
Black with #2FDF00
Text Example
Text Example
White with #2FDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF00; }
p { color: rgb(47,223,0); }
H1.HeaderClassName
{
color: #2FDF00;
}
.AnyTagClassName
{
color: #2FDF00;
}
</style>
background-color css
<style>
a { background-color: #2FDF00; }
a { background-color: rgb(47,223,0); }
div.DivClassName
{
background-color: #2FDF00;
}
.BgClassName
{
background-color: #2FDF00;
}
</style>
border-color css
<style>
span { border-color: #2FDF00; }
span { border-color: rgb(47,223,0); }
td.TdClassName
{
border-color: #2FDF00;
}
.TagClassName
{
border-color: #2FDF00;
}
</style>