Shades of Harlequin #2FD803
Tints of Harlequin #2FD803
RGB
CMYK
RGB Variations
Color information
#2FD803 (or 0x2FD803) is known color: Harlequin. HEX triplet: 2F, D8 and 03. RGB value is (47,216,3). Sum of RGB (Red+Green+Blue) = 47+216+3=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 216 (84.77% from 255 or 81.20% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD803 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD803 is #D027FC. Grayscale: #8D8D8D. Windows color (decimal): -13641725 or 251951. OLE color: 251951.
HSL color Cylindrical-coordinate representation of color #2FD803: hue angle of 107.61º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FD803 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 3 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.15 |
| HSL | 107.61º | 0.97% | 0.43% | - |
| HSV(B) | 107.61º | 0.99% | 0.85% | - |
| XYZ | 25.74 | 49.72 | 8.33 | - |
| YUV | 141.19 | 50.01 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 3 | 0.78 | 0 | 0.99 | 0.15 | 107.61 | 0.97 | 0.43 |
| Hex | 2F | D8 | 3 | 4E | 0 | 63 | F | 6C | 61 | 2B |
| Octal | 57 | 330 | 3 | 116 | 0 | 143 | 17 | 154 | 141 | 53 |
| Binary | 101111 | 11011000 | 11 | 1001110 | 0 | 1100011 | 1111 | 1101100 | 1100001 | 101011 |
Color Harmonies of #2FD803
Complementary color
Monochromatic Colors of #2FD803
Black with #2FD803
Text Example
Text Example
White with #2FD803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD803; }
p { color: rgb(47,216,3); }
H1.HeaderClassName
{
color: #2FD803;
}
.AnyTagClassName
{
color: #2FD803;
}
</style>
background-color css
<style>
a { background-color: #2FD803; }
a { background-color: rgb(47,216,3); }
div.DivClassName
{
background-color: #2FD803;
}
.BgClassName
{
background-color: #2FD803;
}
</style>
border-color css
<style>
span { border-color: #2FD803; }
span { border-color: rgb(47,216,3); }
td.TdClassName
{
border-color: #2FD803;
}
.TagClassName
{
border-color: #2FD803;
}
</style>