Shades of Harlequin #2FF803
Tints of Harlequin #2FF803
RGB
CMYK
RGB Variations
Color information
#2FF803 (or 0x2FF803) is known color: Harlequin. HEX triplet: 2F, F8 and 03. RGB value is (47,248,3). Sum of RGB (Red+Green+Blue) = 47+248+3=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 248 (97.27% from 255 or 83.22% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF803 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF803 is #D007FC. Grayscale: #A0A0A0. Windows color (decimal): -13633533 or 260143. OLE color: 260143.
HSL color Cylindrical-coordinate representation of color #2FF803: hue angle of 109.22º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FF803 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 3 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.03 |
| HSL | 109.22º | 0.98% | 0.49% | - |
| HSV(B) | 109.22º | 0.99% | 0.97% | - |
| XYZ | 34.76 | 67.75 | 11.33 | - |
| YUV | 159.97 | 39.41 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 3 | 0.81 | 0 | 0.99 | 0.03 | 109.22 | 0.98 | 0.49 |
| Hex | 2F | F8 | 3 | 51 | 0 | 63 | 3 | 6D | 62 | 31 |
| Octal | 57 | 370 | 3 | 121 | 0 | 143 | 3 | 155 | 142 | 61 |
| Binary | 101111 | 11111000 | 11 | 1010001 | 0 | 1100011 | 11 | 1101101 | 1100010 | 110001 |
Color Harmonies of #2FF803
Complementary color
Monochromatic Colors of #2FF803
Black with #2FF803
Text Example
Text Example
White with #2FF803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF803; }
p { color: rgb(47,248,3); }
H1.HeaderClassName
{
color: #2FF803;
}
.AnyTagClassName
{
color: #2FF803;
}
</style>
background-color css
<style>
a { background-color: #2FF803; }
a { background-color: rgb(47,248,3); }
div.DivClassName
{
background-color: #2FF803;
}
.BgClassName
{
background-color: #2FF803;
}
</style>
border-color css
<style>
span { border-color: #2FF803; }
span { border-color: rgb(47,248,3); }
td.TdClassName
{
border-color: #2FF803;
}
.TagClassName
{
border-color: #2FF803;
}
</style>