Shades of Harlequin #2FEB18
Tints of Harlequin #2FEB18
RGB
CMYK
RGB Variations
Color information
#2FEB18 (or 0x2FEB18) is known color: Harlequin. HEX triplet: 2F, EB and 18. RGB value is (47,235,24). Sum of RGB (Red+Green+Blue) = 47+235+24=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 235 (92.19% from 255 or 76.80% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEB18 is #D014E7. Grayscale: #9B9B9B. Windows color (decimal): -13636840 or 1633071. OLE color: 1633071.
HSL color Cylindrical-coordinate representation of color #2FEB18: hue angle of 113.46º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FEB18 is Cyan = 0.8, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 24 | - |
| CMYK | 0.8 | 0 | 0.90 | 0.08 |
| HSL | 113.46º | 0.84% | 0.51% | - |
| HSV(B) | 113.46º | 0.9% | 0.92% | - |
| XYZ | 31.05 | 60.09 | 10.83 | - |
| YUV | 154.73 | 54.22 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 24 | 0.8 | 0 | 0.90 | 0.08 | 113.46 | 0.84 | 0.51 |
| Hex | 2F | EB | 18 | 50 | 0 | 5A | 8 | 71 | 54 | 33 |
| Octal | 57 | 353 | 30 | 120 | 0 | 132 | 10 | 161 | 124 | 63 |
| Binary | 101111 | 11101011 | 11000 | 1010000 | 0 | 1011010 | 1000 | 1110001 | 1010100 | 110011 |
Color Harmonies of #2FEB18
Complementary color
Monochromatic Colors of #2FEB18
Black with #2FEB18
Text Example
Text Example
White with #2FEB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB18; }
p { color: rgb(47,235,24); }
H1.HeaderClassName
{
color: #2FEB18;
}
.AnyTagClassName
{
color: #2FEB18;
}
</style>
background-color css
<style>
a { background-color: #2FEB18; }
a { background-color: rgb(47,235,24); }
div.DivClassName
{
background-color: #2FEB18;
}
.BgClassName
{
background-color: #2FEB18;
}
</style>
border-color css
<style>
span { border-color: #2FEB18; }
span { border-color: rgb(47,235,24); }
td.TdClassName
{
border-color: #2FEB18;
}
.TagClassName
{
border-color: #2FEB18;
}
</style>