Shades of Harlequin #2FFF21
Tints of Harlequin #2FFF21
RGB
CMYK
RGB Variations
Color information
#2FFF21 (or 0x2FFF21) is known color: Harlequin. HEX triplet: 2F, FF and 21. RGB value is (47,255,33). Sum of RGB (Red+Green+Blue) = 47+255+33=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF21 is #D000DE. Grayscale: #A8A8A8. Windows color (decimal): -13631711 or 2228015. OLE color: 2228015.
HSL color Cylindrical-coordinate representation of color #2FFF21: hue angle of 116.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FFF21 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 33 | - |
| CMYK | 0.82 | 0 | 0.87 | 0 |
| HSL | 116.22º | 1% | 0.56% | - |
| HSV(B) | 116.22º | 0.87% | 1% | - |
| XYZ | 37.21 | 72.23 | 13.42 | - |
| YUV | 167.5 | 52.09 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 33 | 0.82 | 0 | 0.87 | 0 | 116.22 | 1 | 0.56 |
| Hex | 2F | FF | 21 | 52 | 0 | 57 | 0 | 74 | 64 | 38 |
| Octal | 57 | 377 | 41 | 122 | 0 | 127 | 0 | 164 | 144 | 70 |
| Binary | 101111 | 11111111 | 100001 | 1010010 | 0 | 1010111 | 0 | 1110100 | 1100100 | 111000 |
Color Harmonies of #2FFF21
Complementary color
Monochromatic Colors of #2FFF21
Black with #2FFF21
Text Example
Text Example
White with #2FFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF21; }
p { color: rgb(47,255,33); }
H1.HeaderClassName
{
color: #2FFF21;
}
.AnyTagClassName
{
color: #2FFF21;
}
</style>
background-color css
<style>
a { background-color: #2FFF21; }
a { background-color: rgb(47,255,33); }
div.DivClassName
{
background-color: #2FFF21;
}
.BgClassName
{
background-color: #2FFF21;
}
</style>
border-color css
<style>
span { border-color: #2FFF21; }
span { border-color: rgb(47,255,33); }
td.TdClassName
{
border-color: #2FFF21;
}
.TagClassName
{
border-color: #2FFF21;
}
</style>