Shades of Harlequin #2FFC1C
Tints of Harlequin #2FFC1C
RGB
CMYK
RGB Variations
Color information
#2FFC1C (or 0x2FFC1C) is known color: Harlequin. HEX triplet: 2F, FC and 1C. RGB value is (47,252,28). Sum of RGB (Red+Green+Blue) = 47+252+28=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 252 (98.83% from 255 or 77.06% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFC1C is #D003E3. Grayscale: #A5A5A5. Windows color (decimal): -13632484 or 1899567. OLE color: 1899567.
HSL color Cylindrical-coordinate representation of color #2FFC1C: hue angle of 114.91º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FFC1C is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 28 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.01 |
| HSL | 114.91º | 0.97% | 0.55% | - |
| HSV(B) | 114.91º | 0.89% | 0.99% | - |
| XYZ | 36.19 | 70.31 | 12.76 | - |
| YUV | 165.17 | 50.58 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 28 | 0.81 | 0 | 0.89 | 0.01 | 114.91 | 0.97 | 0.55 |
| Hex | 2F | FC | 1C | 51 | 0 | 59 | 1 | 73 | 61 | 37 |
| Octal | 57 | 374 | 34 | 121 | 0 | 131 | 1 | 163 | 141 | 67 |
| Binary | 101111 | 11111100 | 11100 | 1010001 | 0 | 1011001 | 1 | 1110011 | 1100001 | 110111 |
Color Harmonies of #2FFC1C
Complementary color
Monochromatic Colors of #2FFC1C
Black with #2FFC1C
Text Example
Text Example
White with #2FFC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC1C; }
p { color: rgb(47,252,28); }
H1.HeaderClassName
{
color: #2FFC1C;
}
.AnyTagClassName
{
color: #2FFC1C;
}
</style>
background-color css
<style>
a { background-color: #2FFC1C; }
a { background-color: rgb(47,252,28); }
div.DivClassName
{
background-color: #2FFC1C;
}
.BgClassName
{
background-color: #2FFC1C;
}
</style>
border-color css
<style>
span { border-color: #2FFC1C; }
span { border-color: rgb(47,252,28); }
td.TdClassName
{
border-color: #2FFC1C;
}
.TagClassName
{
border-color: #2FFC1C;
}
</style>