Shades of Harlequin #2FFA24
Tints of Harlequin #2FFA24
RGB
CMYK
RGB Variations
Color information
#2FFA24 (or 0x2FFA24) is known color: Harlequin. HEX triplet: 2F, FA and 24. RGB value is (47,250,36). Sum of RGB (Red+Green+Blue) = 47+250+36=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 250 (98.05% from 255 or 75.08% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA24 is #D005DB. Grayscale: #A5A5A5. Windows color (decimal): -13632988 or 2423343. OLE color: 2423343.
HSL color Cylindrical-coordinate representation of color #2FFA24: hue angle of 116.92º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FFA24 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 36 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.02 |
| HSL | 116.92º | 0.96% | 0.56% | - |
| HSV(B) | 116.92º | 0.86% | 0.98% | - |
| XYZ | 35.68 | 69.1 | 13.13 | - |
| YUV | 164.91 | 55.25 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 36 | 0.81 | 0 | 0.86 | 0.02 | 116.92 | 0.96 | 0.56 |
| Hex | 2F | FA | 24 | 51 | 0 | 56 | 2 | 75 | 60 | 38 |
| Octal | 57 | 372 | 44 | 121 | 0 | 126 | 2 | 165 | 140 | 70 |
| Binary | 101111 | 11111010 | 100100 | 1010001 | 0 | 1010110 | 10 | 1110101 | 1100000 | 111000 |
Color Harmonies of #2FFA24
Complementary color
Monochromatic Colors of #2FFA24
Black with #2FFA24
Text Example
Text Example
White with #2FFA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA24; }
p { color: rgb(47,250,36); }
H1.HeaderClassName
{
color: #2FFA24;
}
.AnyTagClassName
{
color: #2FFA24;
}
</style>
background-color css
<style>
a { background-color: #2FFA24; }
a { background-color: rgb(47,250,36); }
div.DivClassName
{
background-color: #2FFA24;
}
.BgClassName
{
background-color: #2FFA24;
}
</style>
border-color css
<style>
span { border-color: #2FFA24; }
span { border-color: rgb(47,250,36); }
td.TdClassName
{
border-color: #2FFA24;
}
.TagClassName
{
border-color: #2FFA24;
}
</style>