Shades of Harlequin #2FEA14
Tints of Harlequin #2FEA14
RGB
CMYK
RGB Variations
Color information
#2FEA14 (or 0x2FEA14) is known color: Harlequin. HEX triplet: 2F, EA and 14. RGB value is (47,234,20). Sum of RGB (Red+Green+Blue) = 47+234+20=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 234 (91.80% from 255 or 77.74% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEA14 is #D015EB. Grayscale: #9A9A9A. Windows color (decimal): -13637100 or 1370671. OLE color: 1370671.
HSL color Cylindrical-coordinate representation of color #2FEA14: hue angle of 112.43º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FEA14 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 20 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.08 |
| HSL | 112.43º | 0.84% | 0.5% | - |
| HSV(B) | 112.43º | 0.91% | 0.92% | - |
| XYZ | 30.72 | 59.5 | 10.53 | - |
| YUV | 153.69 | 52.55 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 20 | 0.80 | 0 | 0.91 | 0.08 | 112.43 | 0.84 | 0.5 |
| Hex | 2F | EA | 14 | 50 | 0 | 5B | 8 | 70 | 54 | 32 |
| Octal | 57 | 352 | 24 | 120 | 0 | 133 | 10 | 160 | 124 | 62 |
| Binary | 101111 | 11101010 | 10100 | 1010000 | 0 | 1011011 | 1000 | 1110000 | 1010100 | 110010 |
Color Harmonies of #2FEA14
Complementary color
Monochromatic Colors of #2FEA14
Black with #2FEA14
Text Example
Text Example
White with #2FEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA14; }
p { color: rgb(47,234,20); }
H1.HeaderClassName
{
color: #2FEA14;
}
.AnyTagClassName
{
color: #2FEA14;
}
</style>
background-color css
<style>
a { background-color: #2FEA14; }
a { background-color: rgb(47,234,20); }
div.DivClassName
{
background-color: #2FEA14;
}
.BgClassName
{
background-color: #2FEA14;
}
</style>
border-color css
<style>
span { border-color: #2FEA14; }
span { border-color: rgb(47,234,20); }
td.TdClassName
{
border-color: #2FEA14;
}
.TagClassName
{
border-color: #2FEA14;
}
</style>