Shades of Harlequin #2FEB0F
Tints of Harlequin #2FEB0F
RGB
CMYK
RGB Variations
Color information
#2FEB0F (or 0x2FEB0F) is known color: Harlequin. HEX triplet: 2F, EB and 0F. RGB value is (47,235,15). Sum of RGB (Red+Green+Blue) = 47+235+15=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 235 (92.19% from 255 or 79.12% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEB0F is #D014F0. Grayscale: #9A9A9A. Windows color (decimal): -13636849 or 1043247. OLE color: 1043247.
HSL color Cylindrical-coordinate representation of color #2FEB0F: hue angle of 111.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FEB0F is Cyan = 0.8, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 15 | - |
| CMYK | 0.8 | 0 | 0.94 | 0.08 |
| HSL | 111.27º | 0.88% | 0.49% | - |
| HSV(B) | 111.27º | 0.94% | 0.92% | - |
| XYZ | 30.97 | 60.06 | 10.41 | - |
| YUV | 153.71 | 49.72 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 15 | 0.8 | 0 | 0.94 | 0.08 | 111.27 | 0.88 | 0.49 |
| Hex | 2F | EB | F | 50 | 0 | 5E | 8 | 6F | 58 | 31 |
| Octal | 57 | 353 | 17 | 120 | 0 | 136 | 10 | 157 | 130 | 61 |
| Binary | 101111 | 11101011 | 1111 | 1010000 | 0 | 1011110 | 1000 | 1101111 | 1011000 | 110001 |
Color Harmonies of #2FEB0F
Complementary color
Monochromatic Colors of #2FEB0F
Black with #2FEB0F
Text Example
Text Example
White with #2FEB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB0F; }
p { color: rgb(47,235,15); }
H1.HeaderClassName
{
color: #2FEB0F;
}
.AnyTagClassName
{
color: #2FEB0F;
}
</style>
background-color css
<style>
a { background-color: #2FEB0F; }
a { background-color: rgb(47,235,15); }
div.DivClassName
{
background-color: #2FEB0F;
}
.BgClassName
{
background-color: #2FEB0F;
}
</style>
border-color css
<style>
span { border-color: #2FEB0F; }
span { border-color: rgb(47,235,15); }
td.TdClassName
{
border-color: #2FEB0F;
}
.TagClassName
{
border-color: #2FEB0F;
}
</style>