Shades of Harlequin #2FFF24
Tints of Harlequin #2FFF24
RGB
CMYK
RGB Variations
Color information
#2FFF24 (or 0x2FFF24) is known color: Harlequin. HEX triplet: 2F, FF and 24. RGB value is (47,255,36). Sum of RGB (Red+Green+Blue) = 47+255+36=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 255 (100% from 255 or 75.44% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF24 is #D000DB. Grayscale: #A8A8A8. Windows color (decimal): -13631708 or 2424623. OLE color: 2424623.
HSL color Cylindrical-coordinate representation of color #2FFF24: hue angle of 116.99º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FFF24 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 36 | - |
| CMYK | 0.82 | 0 | 0.86 | 0 |
| HSL | 116.99º | 1% | 0.57% | - |
| HSV(B) | 116.99º | 0.86% | 1% | - |
| XYZ | 37.25 | 72.25 | 13.65 | - |
| YUV | 167.84 | 53.59 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 36 | 0.82 | 0 | 0.86 | 0 | 116.99 | 1 | 0.57 |
| Hex | 2F | FF | 24 | 52 | 0 | 56 | 0 | 75 | 64 | 39 |
| Octal | 57 | 377 | 44 | 122 | 0 | 126 | 0 | 165 | 144 | 71 |
| Binary | 101111 | 11111111 | 100100 | 1010010 | 0 | 1010110 | 0 | 1110101 | 1100100 | 111001 |
Color Harmonies of #2FFF24
Complementary color
Monochromatic Colors of #2FFF24
Black with #2FFF24
Text Example
Text Example
White with #2FFF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF24; }
p { color: rgb(47,255,36); }
H1.HeaderClassName
{
color: #2FFF24;
}
.AnyTagClassName
{
color: #2FFF24;
}
</style>
background-color css
<style>
a { background-color: #2FFF24; }
a { background-color: rgb(47,255,36); }
div.DivClassName
{
background-color: #2FFF24;
}
.BgClassName
{
background-color: #2FFF24;
}
</style>
border-color css
<style>
span { border-color: #2FFF24; }
span { border-color: rgb(47,255,36); }
td.TdClassName
{
border-color: #2FFF24;
}
.TagClassName
{
border-color: #2FFF24;
}
</style>