Shades of Harlequin #2FE10A
Tints of Harlequin #2FE10A
RGB
CMYK
RGB Variations
Color information
#2FE10A (or 0x2FE10A) is known color: Harlequin. HEX triplet: 2F, E1 and 0A. RGB value is (47,225,10). Sum of RGB (Red+Green+Blue) = 47+225+10=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 225 (88.28% from 255 or 79.79% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE10A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE10A is #D01EF5. Grayscale: #939393. Windows color (decimal): -13639414 or 713007. OLE color: 713007.
HSL color Cylindrical-coordinate representation of color #2FE10A: hue angle of 109.67º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FE10A is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 10 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.12 |
| HSL | 109.67º | 0.91% | 0.46% | - |
| HSV(B) | 109.67º | 0.96% | 0.88% | - |
| XYZ | 28.15 | 54.48 | 9.32 | - |
| YUV | 147.27 | 50.53 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 10 | 0.79 | 0 | 0.96 | 0.12 | 109.67 | 0.91 | 0.46 |
| Hex | 2F | E1 | A | 4F | 0 | 60 | C | 6E | 5B | 2E |
| Octal | 57 | 341 | 12 | 117 | 0 | 140 | 14 | 156 | 133 | 56 |
| Binary | 101111 | 11100001 | 1010 | 1001111 | 0 | 1100000 | 1100 | 1101110 | 1011011 | 101110 |
Color Harmonies of #2FE10A
Complementary color
Monochromatic Colors of #2FE10A
Black with #2FE10A
Text Example
Text Example
White with #2FE10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE10A; }
p { color: rgb(47,225,10); }
H1.HeaderClassName
{
color: #2FE10A;
}
.AnyTagClassName
{
color: #2FE10A;
}
</style>
background-color css
<style>
a { background-color: #2FE10A; }
a { background-color: rgb(47,225,10); }
div.DivClassName
{
background-color: #2FE10A;
}
.BgClassName
{
background-color: #2FE10A;
}
</style>
border-color css
<style>
span { border-color: #2FE10A; }
span { border-color: rgb(47,225,10); }
td.TdClassName
{
border-color: #2FE10A;
}
.TagClassName
{
border-color: #2FE10A;
}
</style>