Shades of Harlequin #2FFF0C
Tints of Harlequin #2FFF0C
RGB
CMYK
RGB Variations
Color information
#2FFF0C (or 0x2FFF0C) is known color: Harlequin. HEX triplet: 2F, FF and 0C. RGB value is (47,255,12). Sum of RGB (Red+Green+Blue) = 47+255+12=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 255 (100% from 255 or 81.21% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFF0C is #D000F3. Grayscale: #A5A5A5. Windows color (decimal): -13631732 or 851759. OLE color: 851759.
HSL color Cylindrical-coordinate representation of color #2FFF0C: hue angle of 111.36º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FFF0C is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 12 | - |
| CMYK | 0.82 | 0 | 0.95 | 0 |
| HSL | 111.36º | 1% | 0.52% | - |
| HSV(B) | 111.36º | 0.95% | 1% | - |
| XYZ | 37 | 72.15 | 12.32 | - |
| YUV | 165.11 | 41.59 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 12 | 0.82 | 0 | 0.95 | 0 | 111.36 | 1 | 0.52 |
| Hex | 2F | FF | C | 52 | 0 | 5F | 0 | 6F | 64 | 34 |
| Octal | 57 | 377 | 14 | 122 | 0 | 137 | 0 | 157 | 144 | 64 |
| Binary | 101111 | 11111111 | 1100 | 1010010 | 0 | 1011111 | 0 | 1101111 | 1100100 | 110100 |
Color Harmonies of #2FFF0C
Complementary color
Monochromatic Colors of #2FFF0C
Black with #2FFF0C
Text Example
Text Example
White with #2FFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF0C; }
p { color: rgb(47,255,12); }
H1.HeaderClassName
{
color: #2FFF0C;
}
.AnyTagClassName
{
color: #2FFF0C;
}
</style>
background-color css
<style>
a { background-color: #2FFF0C; }
a { background-color: rgb(47,255,12); }
div.DivClassName
{
background-color: #2FFF0C;
}
.BgClassName
{
background-color: #2FFF0C;
}
</style>
border-color css
<style>
span { border-color: #2FFF0C; }
span { border-color: rgb(47,255,12); }
td.TdClassName
{
border-color: #2FFF0C;
}
.TagClassName
{
border-color: #2FFF0C;
}
</style>