Shades of Harlequin #2FE814
Tints of Harlequin #2FE814
RGB
CMYK
RGB Variations
Color information
#2FE814 (or 0x2FE814) is known color: Harlequin. HEX triplet: 2F, E8 and 14. RGB value is (47,232,20). Sum of RGB (Red+Green+Blue) = 47+232+20=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 232 (91.02% from 255 or 77.59% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE814 is #D017EB. Grayscale: #999999. Windows color (decimal): -13637612 or 1370159. OLE color: 1370159.
HSL color Cylindrical-coordinate representation of color #2FE814: hue angle of 112.36º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FE814 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 20 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.09 |
| HSL | 112.36º | 0.84% | 0.49% | - |
| HSV(B) | 112.36º | 0.91% | 0.91% | - |
| XYZ | 30.16 | 58.37 | 10.34 | - |
| YUV | 152.52 | 53.21 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 20 | 0.80 | 0 | 0.91 | 0.09 | 112.36 | 0.84 | 0.49 |
| Hex | 2F | E8 | 14 | 50 | 0 | 5B | 9 | 70 | 54 | 31 |
| Octal | 57 | 350 | 24 | 120 | 0 | 133 | 11 | 160 | 124 | 61 |
| Binary | 101111 | 11101000 | 10100 | 1010000 | 0 | 1011011 | 1001 | 1110000 | 1010100 | 110001 |
Color Harmonies of #2FE814
Complementary color
Monochromatic Colors of #2FE814
Black with #2FE814
Text Example
Text Example
White with #2FE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE814; }
p { color: rgb(47,232,20); }
H1.HeaderClassName
{
color: #2FE814;
}
.AnyTagClassName
{
color: #2FE814;
}
</style>
background-color css
<style>
a { background-color: #2FE814; }
a { background-color: rgb(47,232,20); }
div.DivClassName
{
background-color: #2FE814;
}
.BgClassName
{
background-color: #2FE814;
}
</style>
border-color css
<style>
span { border-color: #2FE814; }
span { border-color: rgb(47,232,20); }
td.TdClassName
{
border-color: #2FE814;
}
.TagClassName
{
border-color: #2FE814;
}
</style>