Shades of Harlequin #2FF003
Tints of Harlequin #2FF003
RGB
CMYK
RGB Variations
Color information
#2FF003 (or 0x2FF003) is known color: Harlequin. HEX triplet: 2F, F0 and 03. RGB value is (47,240,3). Sum of RGB (Red+Green+Blue) = 47+240+3=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 240 (94.14% from 255 or 82.76% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF003 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF003 is #D00FFC. Grayscale: #9C9C9C. Windows color (decimal): -13635581 or 258095. OLE color: 258095.
HSL color Cylindrical-coordinate representation of color #2FF003: hue angle of 108.86º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FF003 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.06 |
| HSL | 108.86º | 0.98% | 0.48% | - |
| HSV(B) | 108.86º | 0.99% | 0.94% | - |
| XYZ | 32.35 | 62.93 | 10.53 | - |
| YUV | 155.28 | 42.06 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 3 | 0.80 | 0 | 0.99 | 0.06 | 108.86 | 0.98 | 0.48 |
| Hex | 2F | F0 | 3 | 50 | 0 | 63 | 6 | 6D | 62 | 30 |
| Octal | 57 | 360 | 3 | 120 | 0 | 143 | 6 | 155 | 142 | 60 |
| Binary | 101111 | 11110000 | 11 | 1010000 | 0 | 1100011 | 110 | 1101101 | 1100010 | 110000 |
Color Harmonies of #2FF003
Complementary color
Monochromatic Colors of #2FF003
Black with #2FF003
Text Example
Text Example
White with #2FF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF003; }
p { color: rgb(47,240,3); }
H1.HeaderClassName
{
color: #2FF003;
}
.AnyTagClassName
{
color: #2FF003;
}
</style>
background-color css
<style>
a { background-color: #2FF003; }
a { background-color: rgb(47,240,3); }
div.DivClassName
{
background-color: #2FF003;
}
.BgClassName
{
background-color: #2FF003;
}
</style>
border-color css
<style>
span { border-color: #2FF003; }
span { border-color: rgb(47,240,3); }
td.TdClassName
{
border-color: #2FF003;
}
.TagClassName
{
border-color: #2FF003;
}
</style>