Shades of Harlequin #2FFD22
Tints of Harlequin #2FFD22
RGB
CMYK
RGB Variations
Color information
#2FFD22 (or 0x2FFD22) is known color: Harlequin. HEX triplet: 2F, FD and 22. RGB value is (47,253,34). Sum of RGB (Red+Green+Blue) = 47+253+34=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 253 (99.22% from 255 or 75.75% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD22 is #D002DD. Grayscale: #A7A7A7. Windows color (decimal): -13632222 or 2293039. OLE color: 2293039.
HSL color Cylindrical-coordinate representation of color #2FFD22: hue angle of 116.44º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FFD22 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 34 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.01 |
| HSL | 116.44º | 0.98% | 0.56% | - |
| HSV(B) | 116.44º | 0.87% | 0.99% | - |
| XYZ | 36.59 | 70.97 | 13.28 | - |
| YUV | 166.44 | 53.25 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 34 | 0.81 | 0 | 0.87 | 0.01 | 116.44 | 0.98 | 0.56 |
| Hex | 2F | FD | 22 | 51 | 0 | 57 | 1 | 74 | 62 | 38 |
| Octal | 57 | 375 | 42 | 121 | 0 | 127 | 1 | 164 | 142 | 70 |
| Binary | 101111 | 11111101 | 100010 | 1010001 | 0 | 1010111 | 1 | 1110100 | 1100010 | 111000 |
Color Harmonies of #2FFD22
Complementary color
Monochromatic Colors of #2FFD22
Black with #2FFD22
Text Example
Text Example
White with #2FFD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD22; }
p { color: rgb(47,253,34); }
H1.HeaderClassName
{
color: #2FFD22;
}
.AnyTagClassName
{
color: #2FFD22;
}
</style>
background-color css
<style>
a { background-color: #2FFD22; }
a { background-color: rgb(47,253,34); }
div.DivClassName
{
background-color: #2FFD22;
}
.BgClassName
{
background-color: #2FFD22;
}
</style>
border-color css
<style>
span { border-color: #2FFD22; }
span { border-color: rgb(47,253,34); }
td.TdClassName
{
border-color: #2FFD22;
}
.TagClassName
{
border-color: #2FFD22;
}
</style>