Shades of Harlequin #2FEB0D
Tints of Harlequin #2FEB0D
RGB
CMYK
RGB Variations
Color information
#2FEB0D (or 0x2FEB0D) is known color: Harlequin. HEX triplet: 2F, EB and 0D. RGB value is (47,235,13). Sum of RGB (Red+Green+Blue) = 47+235+13=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 235 (92.19% from 255 or 79.66% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEB0D is #D014F2. Grayscale: #9A9A9A. Windows color (decimal): -13636851 or 912175. OLE color: 912175.
HSL color Cylindrical-coordinate representation of color #2FEB0D: hue angle of 110.81º degrees, saturation: 0.9, 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 #2FEB0D is Cyan = 0.8, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 13 | - |
| CMYK | 0.8 | 0 | 0.94 | 0.08 |
| HSL | 110.81º | 0.9% | 0.49% | - |
| HSV(B) | 110.81º | 0.94% | 0.92% | - |
| XYZ | 30.95 | 60.05 | 10.34 | - |
| YUV | 153.48 | 48.72 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 13 | 0.8 | 0 | 0.94 | 0.08 | 110.81 | 0.9 | 0.49 |
| Hex | 2F | EB | D | 50 | 0 | 5E | 8 | 6F | 5A | 31 |
| Octal | 57 | 353 | 15 | 120 | 0 | 136 | 10 | 157 | 132 | 61 |
| Binary | 101111 | 11101011 | 1101 | 1010000 | 0 | 1011110 | 1000 | 1101111 | 1011010 | 110001 |
Color Harmonies of #2FEB0D
Complementary color
Monochromatic Colors of #2FEB0D
Black with #2FEB0D
Text Example
Text Example
White with #2FEB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB0D; }
p { color: rgb(47,235,13); }
H1.HeaderClassName
{
color: #2FEB0D;
}
.AnyTagClassName
{
color: #2FEB0D;
}
</style>
background-color css
<style>
a { background-color: #2FEB0D; }
a { background-color: rgb(47,235,13); }
div.DivClassName
{
background-color: #2FEB0D;
}
.BgClassName
{
background-color: #2FEB0D;
}
</style>
border-color css
<style>
span { border-color: #2FEB0D; }
span { border-color: rgb(47,235,13); }
td.TdClassName
{
border-color: #2FEB0D;
}
.TagClassName
{
border-color: #2FEB0D;
}
</style>