Shades of Harlequin #2FE610
Tints of Harlequin #2FE610
RGB
CMYK
RGB Variations
Color information
#2FE610 (or 0x2FE610) is known color: Harlequin. HEX triplet: 2F, E6 and 10. RGB value is (47,230,16). Sum of RGB (Red+Green+Blue) = 47+230+16=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 230 (90.23% from 255 or 78.50% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE610 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE610 is #D019EF. Grayscale: #979797. Windows color (decimal): -13638128 or 1107503. OLE color: 1107503.
HSL color Cylindrical-coordinate representation of color #2FE610: hue angle of 111.31º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FE610 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 16 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.10 |
| HSL | 111.31º | 0.87% | 0.48% | - |
| HSV(B) | 111.31º | 0.93% | 0.9% | - |
| XYZ | 29.56 | 57.24 | 9.98 | - |
| YUV | 150.89 | 51.87 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 16 | 0.80 | 0 | 0.93 | 0.10 | 111.31 | 0.87 | 0.48 |
| Hex | 2F | E6 | 10 | 50 | 0 | 5D | A | 6F | 57 | 30 |
| Octal | 57 | 346 | 20 | 120 | 0 | 135 | 12 | 157 | 127 | 60 |
| Binary | 101111 | 11100110 | 10000 | 1010000 | 0 | 1011101 | 1010 | 1101111 | 1010111 | 110000 |
Color Harmonies of #2FE610
Complementary color
Monochromatic Colors of #2FE610
Black with #2FE610
Text Example
Text Example
White with #2FE610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE610; }
p { color: rgb(47,230,16); }
H1.HeaderClassName
{
color: #2FE610;
}
.AnyTagClassName
{
color: #2FE610;
}
</style>
background-color css
<style>
a { background-color: #2FE610; }
a { background-color: rgb(47,230,16); }
div.DivClassName
{
background-color: #2FE610;
}
.BgClassName
{
background-color: #2FE610;
}
</style>
border-color css
<style>
span { border-color: #2FE610; }
span { border-color: rgb(47,230,16); }
td.TdClassName
{
border-color: #2FE610;
}
.TagClassName
{
border-color: #2FE610;
}
</style>