Shades of Harlequin #2FE818
Tints of Harlequin #2FE818
RGB
CMYK
RGB Variations
Color information
#2FE818 (or 0x2FE818) is known color: Harlequin. HEX triplet: 2F, E8 and 18. RGB value is (47,232,24). Sum of RGB (Red+Green+Blue) = 47+232+24=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 232 (91.02% from 255 or 76.57% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE818 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE818 is #D017E7. Grayscale: #999999. Windows color (decimal): -13637608 or 1632303. OLE color: 1632303.
HSL color Cylindrical-coordinate representation of color #2FE818: hue angle of 113.37º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FE818 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 24 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.09 |
| HSL | 113.37º | 0.82% | 0.5% | - |
| HSV(B) | 113.37º | 0.9% | 0.91% | - |
| XYZ | 30.19 | 58.38 | 10.54 | - |
| YUV | 152.97 | 55.21 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 24 | 0.80 | 0 | 0.90 | 0.09 | 113.37 | 0.82 | 0.5 |
| Hex | 2F | E8 | 18 | 50 | 0 | 5A | 9 | 71 | 52 | 32 |
| Octal | 57 | 350 | 30 | 120 | 0 | 132 | 11 | 161 | 122 | 62 |
| Binary | 101111 | 11101000 | 11000 | 1010000 | 0 | 1011010 | 1001 | 1110001 | 1010010 | 110010 |
Color Harmonies of #2FE818
Complementary color
Monochromatic Colors of #2FE818
Black with #2FE818
Text Example
Text Example
White with #2FE818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE818; }
p { color: rgb(47,232,24); }
H1.HeaderClassName
{
color: #2FE818;
}
.AnyTagClassName
{
color: #2FE818;
}
</style>
background-color css
<style>
a { background-color: #2FE818; }
a { background-color: rgb(47,232,24); }
div.DivClassName
{
background-color: #2FE818;
}
.BgClassName
{
background-color: #2FE818;
}
</style>
border-color css
<style>
span { border-color: #2FE818; }
span { border-color: rgb(47,232,24); }
td.TdClassName
{
border-color: #2FE818;
}
.TagClassName
{
border-color: #2FE818;
}
</style>