Shades of Harlequin #2FD908
Tints of Harlequin #2FD908
RGB
CMYK
RGB Variations
Color information
#2FD908 (or 0x2FD908) is known color: Harlequin. HEX triplet: 2F, D9 and 08. RGB value is (47,217,8). Sum of RGB (Red+Green+Blue) = 47+217+8=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 217 (85.16% from 255 or 79.78% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD908 is #D026F7. Grayscale: #8F8F8F. Windows color (decimal): -13641464 or 579887. OLE color: 579887.
HSL color Cylindrical-coordinate representation of color #2FD908: hue angle of 108.8º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FD908 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 217 | 8 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.15 |
| HSL | 108.8º | 0.93% | 0.44% | - |
| HSV(B) | 108.8º | 0.96% | 0.85% | - |
| XYZ | 26.03 | 50.25 | 8.56 | - |
| YUV | 142.34 | 52.18 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 217 | 8 | 0.78 | 0 | 0.96 | 0.15 | 108.8 | 0.93 | 0.44 |
| Hex | 2F | D9 | 8 | 4E | 0 | 60 | F | 6D | 5D | 2C |
| Octal | 57 | 331 | 10 | 116 | 0 | 140 | 17 | 155 | 135 | 54 |
| Binary | 101111 | 11011001 | 1000 | 1001110 | 0 | 1100000 | 1111 | 1101101 | 1011101 | 101100 |
Color Harmonies of #2FD908
Complementary color
Monochromatic Colors of #2FD908
Black with #2FD908
Text Example
Text Example
White with #2FD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD908; }
p { color: rgb(47,217,8); }
H1.HeaderClassName
{
color: #2FD908;
}
.AnyTagClassName
{
color: #2FD908;
}
</style>
background-color css
<style>
a { background-color: #2FD908; }
a { background-color: rgb(47,217,8); }
div.DivClassName
{
background-color: #2FD908;
}
.BgClassName
{
background-color: #2FD908;
}
</style>
border-color css
<style>
span { border-color: #2FD908; }
span { border-color: rgb(47,217,8); }
td.TdClassName
{
border-color: #2FD908;
}
.TagClassName
{
border-color: #2FD908;
}
</style>