Shades of Harlequin #2FED07
Tints of Harlequin #2FED07
RGB
CMYK
RGB Variations
Color information
#2FED07 (or 0x2FED07) is known color: Harlequin. HEX triplet: 2F, ED and 07. RGB value is (47,237,7). Sum of RGB (Red+Green+Blue) = 47+237+7=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 237 (92.97% from 255 or 81.44% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FED07 is #D012F8. Grayscale: #9A9A9A. Windows color (decimal): -13636345 or 519471. OLE color: 519471.
HSL color Cylindrical-coordinate representation of color #2FED07: hue angle of 109.57º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FED07 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 7 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.07 |
| HSL | 109.57º | 0.94% | 0.48% | - |
| HSV(B) | 109.57º | 0.97% | 0.93% | - |
| XYZ | 31.49 | 61.19 | 10.35 | - |
| YUV | 153.97 | 45.05 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 7 | 0.80 | 0 | 0.97 | 0.07 | 109.57 | 0.94 | 0.48 |
| Hex | 2F | ED | 7 | 50 | 0 | 61 | 7 | 6E | 5E | 30 |
| Octal | 57 | 355 | 7 | 120 | 0 | 141 | 7 | 156 | 136 | 60 |
| Binary | 101111 | 11101101 | 111 | 1010000 | 0 | 1100001 | 111 | 1101110 | 1011110 | 110000 |
Color Harmonies of #2FED07
Complementary color
Monochromatic Colors of #2FED07
Black with #2FED07
Text Example
Text Example
White with #2FED07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED07; }
p { color: rgb(47,237,7); }
H1.HeaderClassName
{
color: #2FED07;
}
.AnyTagClassName
{
color: #2FED07;
}
</style>
background-color css
<style>
a { background-color: #2FED07; }
a { background-color: rgb(47,237,7); }
div.DivClassName
{
background-color: #2FED07;
}
.BgClassName
{
background-color: #2FED07;
}
</style>
border-color css
<style>
span { border-color: #2FED07; }
span { border-color: rgb(47,237,7); }
td.TdClassName
{
border-color: #2FED07;
}
.TagClassName
{
border-color: #2FED07;
}
</style>