Shades of Harlequin #2FF420
Tints of Harlequin #2FF420
RGB
CMYK
RGB Variations
Color information
#2FF420 (or 0x2FF420) is known color: Harlequin. HEX triplet: 2F, F4 and 20. RGB value is (47,244,32). Sum of RGB (Red+Green+Blue) = 47+244+32=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 244 (95.70% from 255 or 75.54% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF420 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF420 is #D00BDF. Grayscale: #A1A1A1. Windows color (decimal): -13634528 or 2159663. OLE color: 2159663.
HSL color Cylindrical-coordinate representation of color #2FF420: hue angle of 115.75º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FF420 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 244 | 32 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.04 |
| HSL | 115.75º | 0.91% | 0.54% | - |
| HSV(B) | 115.75º | 0.87% | 0.96% | - |
| XYZ | 33.78 | 65.41 | 12.21 | - |
| YUV | 160.93 | 55.23 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 244 | 32 | 0.81 | 0 | 0.87 | 0.04 | 115.75 | 0.91 | 0.54 |
| Hex | 2F | F4 | 20 | 51 | 0 | 57 | 4 | 74 | 5B | 36 |
| Octal | 57 | 364 | 40 | 121 | 0 | 127 | 4 | 164 | 133 | 66 |
| Binary | 101111 | 11110100 | 100000 | 1010001 | 0 | 1010111 | 100 | 1110100 | 1011011 | 110110 |
Color Harmonies of #2FF420
Complementary color
Monochromatic Colors of #2FF420
Black with #2FF420
Text Example
Text Example
White with #2FF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF420; }
p { color: rgb(47,244,32); }
H1.HeaderClassName
{
color: #2FF420;
}
.AnyTagClassName
{
color: #2FF420;
}
</style>
background-color css
<style>
a { background-color: #2FF420; }
a { background-color: rgb(47,244,32); }
div.DivClassName
{
background-color: #2FF420;
}
.BgClassName
{
background-color: #2FF420;
}
</style>
border-color css
<style>
span { border-color: #2FF420; }
span { border-color: rgb(47,244,32); }
td.TdClassName
{
border-color: #2FF420;
}
.TagClassName
{
border-color: #2FF420;
}
</style>