Shades of Harlequin #2FEA07
Tints of Harlequin #2FEA07
RGB
CMYK
RGB Variations
Color information
#2FEA07 (or 0x2FEA07) is known color: Harlequin. HEX triplet: 2F, EA and 07. RGB value is (47,234,7). Sum of RGB (Red+Green+Blue) = 47+234+7=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 234 (91.80% from 255 or 81.25% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEA07 is #D015F8. Grayscale: #989898. Windows color (decimal): -13637113 or 518703. OLE color: 518703.
HSL color Cylindrical-coordinate representation of color #2FEA07: hue angle of 109.43º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FEA07 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 7 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.08 |
| HSL | 109.43º | 0.94% | 0.47% | - |
| HSV(B) | 109.43º | 0.97% | 0.92% | - |
| XYZ | 30.63 | 59.47 | 10.06 | - |
| YUV | 152.21 | 46.05 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 7 | 0.80 | 0 | 0.97 | 0.08 | 109.43 | 0.94 | 0.47 |
| Hex | 2F | EA | 7 | 50 | 0 | 61 | 8 | 6D | 5E | 2F |
| Octal | 57 | 352 | 7 | 120 | 0 | 141 | 10 | 155 | 136 | 57 |
| Binary | 101111 | 11101010 | 111 | 1010000 | 0 | 1100001 | 1000 | 1101101 | 1011110 | 101111 |
Color Harmonies of #2FEA07
Complementary color
Monochromatic Colors of #2FEA07
Black with #2FEA07
Text Example
Text Example
White with #2FEA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA07; }
p { color: rgb(47,234,7); }
H1.HeaderClassName
{
color: #2FEA07;
}
.AnyTagClassName
{
color: #2FEA07;
}
</style>
background-color css
<style>
a { background-color: #2FEA07; }
a { background-color: rgb(47,234,7); }
div.DivClassName
{
background-color: #2FEA07;
}
.BgClassName
{
background-color: #2FEA07;
}
</style>
border-color css
<style>
span { border-color: #2FEA07; }
span { border-color: rgb(47,234,7); }
td.TdClassName
{
border-color: #2FEA07;
}
.TagClassName
{
border-color: #2FEA07;
}
</style>