Shades of Harlequin #2FE205
Tints of Harlequin #2FE205
RGB
CMYK
RGB Variations
Color information
#2FE205 (or 0x2FE205) is known color: Harlequin. HEX triplet: 2F, E2 and 05. RGB value is (47,226,5). Sum of RGB (Red+Green+Blue) = 47+226+5=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 226 (88.67% from 255 or 81.29% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE205 is #D01DFA. Grayscale: #939393. Windows color (decimal): -13639163 or 385583. OLE color: 385583.
HSL color Cylindrical-coordinate representation of color #2FE205: hue angle of 108.6º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FE205 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 226 | 5 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.11 |
| HSL | 108.6º | 0.96% | 0.45% | - |
| HSV(B) | 108.6º | 0.98% | 0.89% | - |
| XYZ | 28.4 | 55.01 | 9.26 | - |
| YUV | 147.29 | 47.7 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 226 | 5 | 0.79 | 0 | 0.98 | 0.11 | 108.6 | 0.96 | 0.45 |
| Hex | 2F | E2 | 5 | 4F | 0 | 62 | B | 6D | 60 | 2D |
| Octal | 57 | 342 | 5 | 117 | 0 | 142 | 13 | 155 | 140 | 55 |
| Binary | 101111 | 11100010 | 101 | 1001111 | 0 | 1100010 | 1011 | 1101101 | 1100000 | 101101 |
Color Harmonies of #2FE205
Complementary color
Monochromatic Colors of #2FE205
Black with #2FE205
Text Example
Text Example
White with #2FE205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE205; }
p { color: rgb(47,226,5); }
H1.HeaderClassName
{
color: #2FE205;
}
.AnyTagClassName
{
color: #2FE205;
}
</style>
background-color css
<style>
a { background-color: #2FE205; }
a { background-color: rgb(47,226,5); }
div.DivClassName
{
background-color: #2FE205;
}
.BgClassName
{
background-color: #2FE205;
}
</style>
border-color css
<style>
span { border-color: #2FE205; }
span { border-color: rgb(47,226,5); }
td.TdClassName
{
border-color: #2FE205;
}
.TagClassName
{
border-color: #2FE205;
}
</style>