Shades of Harlequin #2FEF1D
Tints of Harlequin #2FEF1D
RGB
CMYK
RGB Variations
Color information
#2FEF1D (or 0x2FEF1D) is known color: Harlequin. HEX triplet: 2F, EF and 1D. RGB value is (47,239,29). Sum of RGB (Red+Green+Blue) = 47+239+29=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 239 (93.75% from 255 or 75.87% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEF1D is #D010E2. Grayscale: #9E9E9E. Windows color (decimal): -13635811 or 1961775. OLE color: 1961775.
HSL color Cylindrical-coordinate representation of color #2FEF1D: hue angle of 114.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FEF1D is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 29 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.06 |
| HSL | 114.86º | 0.87% | 0.53% | - |
| HSV(B) | 114.86º | 0.88% | 0.94% | - |
| XYZ | 32.26 | 62.43 | 11.51 | - |
| YUV | 157.65 | 55.39 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 29 | 0.80 | 0 | 0.88 | 0.06 | 114.86 | 0.87 | 0.53 |
| Hex | 2F | EF | 1D | 50 | 0 | 58 | 6 | 73 | 57 | 35 |
| Octal | 57 | 357 | 35 | 120 | 0 | 130 | 6 | 163 | 127 | 65 |
| Binary | 101111 | 11101111 | 11101 | 1010000 | 0 | 1011000 | 110 | 1110011 | 1010111 | 110101 |
Color Harmonies of #2FEF1D
Complementary color
Monochromatic Colors of #2FEF1D
Black with #2FEF1D
Text Example
Text Example
White with #2FEF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF1D; }
p { color: rgb(47,239,29); }
H1.HeaderClassName
{
color: #2FEF1D;
}
.AnyTagClassName
{
color: #2FEF1D;
}
</style>
background-color css
<style>
a { background-color: #2FEF1D; }
a { background-color: rgb(47,239,29); }
div.DivClassName
{
background-color: #2FEF1D;
}
.BgClassName
{
background-color: #2FEF1D;
}
</style>
border-color css
<style>
span { border-color: #2FEF1D; }
span { border-color: rgb(47,239,29); }
td.TdClassName
{
border-color: #2FEF1D;
}
.TagClassName
{
border-color: #2FEF1D;
}
</style>