Shades of Harlequin #2FFF1C
Tints of Harlequin #2FFF1C
RGB
CMYK
RGB Variations
Color information
#2FFF1C (or 0x2FFF1C) is known color: Harlequin. HEX triplet: 2F, FF and 1C. RGB value is (47,255,28). Sum of RGB (Red+Green+Blue) = 47+255+28=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 255 (100% from 255 or 77.27% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF1C is #D000E3. Grayscale: #A7A7A7. Windows color (decimal): -13631716 or 1900335. OLE color: 1900335.
HSL color Cylindrical-coordinate representation of color #2FFF1C: hue angle of 114.98º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FFF1C is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 28 | - |
| CMYK | 0.82 | 0 | 0.89 | 0 |
| HSL | 114.98º | 1% | 0.55% | - |
| HSV(B) | 114.98º | 0.89% | 1% | - |
| XYZ | 37.14 | 72.21 | 13.08 | - |
| YUV | 166.93 | 49.59 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 28 | 0.82 | 0 | 0.89 | 0 | 114.98 | 1 | 0.55 |
| Hex | 2F | FF | 1C | 52 | 0 | 59 | 0 | 73 | 64 | 37 |
| Octal | 57 | 377 | 34 | 122 | 0 | 131 | 0 | 163 | 144 | 67 |
| Binary | 101111 | 11111111 | 11100 | 1010010 | 0 | 1011001 | 0 | 1110011 | 1100100 | 110111 |
Color Harmonies of #2FFF1C
Complementary color
Monochromatic Colors of #2FFF1C
Black with #2FFF1C
Text Example
Text Example
White with #2FFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF1C; }
p { color: rgb(47,255,28); }
H1.HeaderClassName
{
color: #2FFF1C;
}
.AnyTagClassName
{
color: #2FFF1C;
}
</style>
background-color css
<style>
a { background-color: #2FFF1C; }
a { background-color: rgb(47,255,28); }
div.DivClassName
{
background-color: #2FFF1C;
}
.BgClassName
{
background-color: #2FFF1C;
}
</style>
border-color css
<style>
span { border-color: #2FFF1C; }
span { border-color: rgb(47,255,28); }
td.TdClassName
{
border-color: #2FFF1C;
}
.TagClassName
{
border-color: #2FFF1C;
}
</style>