Shades of Harlequin #2FF21E
Tints of Harlequin #2FF21E
RGB
CMYK
RGB Variations
Color information
#2FF21E (or 0x2FF21E) is known color: Harlequin. HEX triplet: 2F, F2 and 1E. RGB value is (47,242,30). Sum of RGB (Red+Green+Blue) = 47+242+30=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 242 (94.92% from 255 or 75.86% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF21E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF21E is #D00DE1. Grayscale: #A0A0A0. Windows color (decimal): -13635042 or 2028079. OLE color: 2028079.
HSL color Cylindrical-coordinate representation of color #2FF21E: hue angle of 115.19º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FF21E is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 30 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.05 |
| HSL | 115.19º | 0.89% | 0.53% | - |
| HSV(B) | 115.19º | 0.88% | 0.95% | - |
| XYZ | 33.16 | 64.2 | 11.87 | - |
| YUV | 159.53 | 54.9 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 30 | 0.81 | 0 | 0.88 | 0.05 | 115.19 | 0.89 | 0.53 |
| Hex | 2F | F2 | 1E | 51 | 0 | 58 | 5 | 73 | 59 | 35 |
| Octal | 57 | 362 | 36 | 121 | 0 | 130 | 5 | 163 | 131 | 65 |
| Binary | 101111 | 11110010 | 11110 | 1010001 | 0 | 1011000 | 101 | 1110011 | 1011001 | 110101 |
Color Harmonies of #2FF21E
Complementary color
Monochromatic Colors of #2FF21E
Black with #2FF21E
Text Example
Text Example
White with #2FF21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF21E; }
p { color: rgb(47,242,30); }
H1.HeaderClassName
{
color: #2FF21E;
}
.AnyTagClassName
{
color: #2FF21E;
}
</style>
background-color css
<style>
a { background-color: #2FF21E; }
a { background-color: rgb(47,242,30); }
div.DivClassName
{
background-color: #2FF21E;
}
.BgClassName
{
background-color: #2FF21E;
}
</style>
border-color css
<style>
span { border-color: #2FF21E; }
span { border-color: rgb(47,242,30); }
td.TdClassName
{
border-color: #2FF21E;
}
.TagClassName
{
border-color: #2FF21E;
}
</style>