Shades of Harlequin #2FEA0C
Tints of Harlequin #2FEA0C
RGB
CMYK
RGB Variations
Color information
#2FEA0C (or 0x2FEA0C) is known color: Harlequin. HEX triplet: 2F, EA and 0C. RGB value is (47,234,12). Sum of RGB (Red+Green+Blue) = 47+234+12=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 234 (91.80% from 255 or 79.86% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEA0C is #D015F3. Grayscale: #999999. Windows color (decimal): -13637108 or 846383. OLE color: 846383.
HSL color Cylindrical-coordinate representation of color #2FEA0C: hue angle of 110.54º 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 #2FEA0C is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 12 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.08 |
| HSL | 110.54º | 0.9% | 0.48% | - |
| HSV(B) | 110.54º | 0.95% | 0.92% | - |
| XYZ | 30.66 | 59.48 | 10.21 | - |
| YUV | 152.78 | 48.55 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 12 | 0.80 | 0 | 0.95 | 0.08 | 110.54 | 0.9 | 0.48 |
| Hex | 2F | EA | C | 50 | 0 | 5F | 8 | 6F | 5A | 30 |
| Octal | 57 | 352 | 14 | 120 | 0 | 137 | 10 | 157 | 132 | 60 |
| Binary | 101111 | 11101010 | 1100 | 1010000 | 0 | 1011111 | 1000 | 1101111 | 1011010 | 110000 |
Color Harmonies of #2FEA0C
Complementary color
Monochromatic Colors of #2FEA0C
Black with #2FEA0C
Text Example
Text Example
White with #2FEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA0C; }
p { color: rgb(47,234,12); }
H1.HeaderClassName
{
color: #2FEA0C;
}
.AnyTagClassName
{
color: #2FEA0C;
}
</style>
background-color css
<style>
a { background-color: #2FEA0C; }
a { background-color: rgb(47,234,12); }
div.DivClassName
{
background-color: #2FEA0C;
}
.BgClassName
{
background-color: #2FEA0C;
}
</style>
border-color css
<style>
span { border-color: #2FEA0C; }
span { border-color: rgb(47,234,12); }
td.TdClassName
{
border-color: #2FEA0C;
}
.TagClassName
{
border-color: #2FEA0C;
}
</style>