Shades of Harlequin #2FEB0C
Tints of Harlequin #2FEB0C
RGB
CMYK
RGB Variations
Color information
#2FEB0C (or 0x2FEB0C) is known color: Harlequin. HEX triplet: 2F, EB and 0C. RGB value is (47,235,12). Sum of RGB (Red+Green+Blue) = 47+235+12=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 235 (92.19% from 255 or 79.93% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEB0C is #D014F3. Grayscale: #9A9A9A. Windows color (decimal): -13636852 or 846639. OLE color: 846639.
HSL color Cylindrical-coordinate representation of color #2FEB0C: hue angle of 110.58º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FEB0C is Cyan = 0.8, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 12 | - |
| CMYK | 0.8 | 0 | 0.95 | 0.08 |
| HSL | 110.58º | 0.9% | 0.48% | - |
| HSV(B) | 110.58º | 0.95% | 0.92% | - |
| XYZ | 30.95 | 60.05 | 10.31 | - |
| YUV | 153.37 | 48.22 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 12 | 0.8 | 0 | 0.95 | 0.08 | 110.58 | 0.9 | 0.48 |
| Hex | 2F | EB | C | 50 | 0 | 5F | 8 | 6F | 5A | 30 |
| Octal | 57 | 353 | 14 | 120 | 0 | 137 | 10 | 157 | 132 | 60 |
| Binary | 101111 | 11101011 | 1100 | 1010000 | 0 | 1011111 | 1000 | 1101111 | 1011010 | 110000 |
Color Harmonies of #2FEB0C
Complementary color
Monochromatic Colors of #2FEB0C
Black with #2FEB0C
Text Example
Text Example
White with #2FEB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB0C; }
p { color: rgb(47,235,12); }
H1.HeaderClassName
{
color: #2FEB0C;
}
.AnyTagClassName
{
color: #2FEB0C;
}
</style>
background-color css
<style>
a { background-color: #2FEB0C; }
a { background-color: rgb(47,235,12); }
div.DivClassName
{
background-color: #2FEB0C;
}
.BgClassName
{
background-color: #2FEB0C;
}
</style>
border-color css
<style>
span { border-color: #2FEB0C; }
span { border-color: rgb(47,235,12); }
td.TdClassName
{
border-color: #2FEB0C;
}
.TagClassName
{
border-color: #2FEB0C;
}
</style>