Shades of Harlequin #2FFE14
Tints of Harlequin #2FFE14
RGB
CMYK
RGB Variations
Color information
#2FFE14 (or 0x2FFE14) is known color: Harlequin. HEX triplet: 2F, FE and 14. RGB value is (47,254,20). Sum of RGB (Red+Green+Blue) = 47+254+20=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 254 (99.61% from 255 or 79.13% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFE14 is #D001EB. Grayscale: #A6A6A6. Windows color (decimal): -13631980 or 1375791. OLE color: 1375791.
HSL color Cylindrical-coordinate representation of color #2FFE14: hue angle of 113.08º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FFE14 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 20 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.00 |
| HSL | 113.08º | 0.99% | 0.54% | - |
| HSV(B) | 113.08º | 0.92% | 1% | - |
| XYZ | 36.74 | 71.54 | 12.53 | - |
| YUV | 165.43 | 45.92 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 20 | 0.81 | 0 | 0.92 | 0.00 | 113.08 | 0.99 | 0.54 |
| Hex | 2F | FE | 14 | 51 | 0 | 5C | 0 | 71 | 63 | 36 |
| Octal | 57 | 376 | 24 | 121 | 0 | 134 | 0 | 161 | 143 | 66 |
| Binary | 101111 | 11111110 | 10100 | 1010001 | 0 | 1011100 | 0 | 1110001 | 1100011 | 110110 |
Color Harmonies of #2FFE14
Complementary color
Monochromatic Colors of #2FFE14
Black with #2FFE14
Text Example
Text Example
White with #2FFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE14; }
p { color: rgb(47,254,20); }
H1.HeaderClassName
{
color: #2FFE14;
}
.AnyTagClassName
{
color: #2FFE14;
}
</style>
background-color css
<style>
a { background-color: #2FFE14; }
a { background-color: rgb(47,254,20); }
div.DivClassName
{
background-color: #2FFE14;
}
.BgClassName
{
background-color: #2FFE14;
}
</style>
border-color css
<style>
span { border-color: #2FFE14; }
span { border-color: rgb(47,254,20); }
td.TdClassName
{
border-color: #2FFE14;
}
.TagClassName
{
border-color: #2FFE14;
}
</style>