Shades of Harlequin #2FE003
Tints of Harlequin #2FE003
RGB
CMYK
RGB Variations
Color information
#2FE003 (or 0x2FE003) is known color: Harlequin. HEX triplet: 2F, E0 and 03. RGB value is (47,224,3). Sum of RGB (Red+Green+Blue) = 47+224+3=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 224 (87.89% from 255 or 81.75% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE003 is #D01FFC. Grayscale: #929292. Windows color (decimal): -13639677 or 253999. OLE color: 253999.
HSL color Cylindrical-coordinate representation of color #2FE003: hue angle of 108.05º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FE003 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 3 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.12 |
| HSL | 108.05º | 0.97% | 0.45% | - |
| HSV(B) | 108.05º | 0.99% | 0.88% | - |
| XYZ | 27.84 | 53.92 | 9.03 | - |
| YUV | 145.88 | 47.36 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 3 | 0.79 | 0 | 0.99 | 0.12 | 108.05 | 0.97 | 0.45 |
| Hex | 2F | E0 | 3 | 4F | 0 | 63 | C | 6C | 61 | 2D |
| Octal | 57 | 340 | 3 | 117 | 0 | 143 | 14 | 154 | 141 | 55 |
| Binary | 101111 | 11100000 | 11 | 1001111 | 0 | 1100011 | 1100 | 1101100 | 1100001 | 101101 |
Color Harmonies of #2FE003
Complementary color
Monochromatic Colors of #2FE003
Black with #2FE003
Text Example
Text Example
White with #2FE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE003; }
p { color: rgb(47,224,3); }
H1.HeaderClassName
{
color: #2FE003;
}
.AnyTagClassName
{
color: #2FE003;
}
</style>
background-color css
<style>
a { background-color: #2FE003; }
a { background-color: rgb(47,224,3); }
div.DivClassName
{
background-color: #2FE003;
}
.BgClassName
{
background-color: #2FE003;
}
</style>
border-color css
<style>
span { border-color: #2FE003; }
span { border-color: rgb(47,224,3); }
td.TdClassName
{
border-color: #2FE003;
}
.TagClassName
{
border-color: #2FE003;
}
</style>