Shades of Harlequin #2FFC0A
Tints of Harlequin #2FFC0A
RGB
CMYK
RGB Variations
Color information
#2FFC0A (or 0x2FFC0A) is known color: Harlequin. HEX triplet: 2F, FC and 0A. RGB value is (47,252,10). Sum of RGB (Red+Green+Blue) = 47+252+10=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 252 (98.83% from 255 or 81.55% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFC0A is #D003F5. Grayscale: #A3A3A3. Windows color (decimal): -13632502 or 719919. OLE color: 719919.
HSL color Cylindrical-coordinate representation of color #2FFC0A: hue angle of 110.83º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FFC0A is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 10 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.01 |
| HSL | 110.83º | 0.98% | 0.51% | - |
| HSV(B) | 110.83º | 0.96% | 0.99% | - |
| XYZ | 36.04 | 70.25 | 11.95 | - |
| YUV | 163.12 | 41.58 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 10 | 0.81 | 0 | 0.96 | 0.01 | 110.83 | 0.98 | 0.51 |
| Hex | 2F | FC | A | 51 | 0 | 60 | 1 | 6F | 62 | 33 |
| Octal | 57 | 374 | 12 | 121 | 0 | 140 | 1 | 157 | 142 | 63 |
| Binary | 101111 | 11111100 | 1010 | 1010001 | 0 | 1100000 | 1 | 1101111 | 1100010 | 110011 |
Color Harmonies of #2FFC0A
Complementary color
Monochromatic Colors of #2FFC0A
Black with #2FFC0A
Text Example
Text Example
White with #2FFC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC0A; }
p { color: rgb(47,252,10); }
H1.HeaderClassName
{
color: #2FFC0A;
}
.AnyTagClassName
{
color: #2FFC0A;
}
</style>
background-color css
<style>
a { background-color: #2FFC0A; }
a { background-color: rgb(47,252,10); }
div.DivClassName
{
background-color: #2FFC0A;
}
.BgClassName
{
background-color: #2FFC0A;
}
</style>
border-color css
<style>
span { border-color: #2FFC0A; }
span { border-color: rgb(47,252,10); }
td.TdClassName
{
border-color: #2FFC0A;
}
.TagClassName
{
border-color: #2FFC0A;
}
</style>