Shades of Harlequin #2FEA03
Tints of Harlequin #2FEA03
RGB
CMYK
RGB Variations
Color information
#2FEA03 (or 0x2FEA03) is known color: Harlequin. HEX triplet: 2F, EA and 03. RGB value is (47,234,3). Sum of RGB (Red+Green+Blue) = 47+234+3=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 234 (91.80% from 255 or 82.39% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEA03 is #D015FC. Grayscale: #989898. Windows color (decimal): -13637117 or 256559. OLE color: 256559.
HSL color Cylindrical-coordinate representation of color #2FEA03: hue angle of 108.57º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FEA03 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.08 |
| HSL | 108.57º | 0.97% | 0.46% | - |
| HSV(B) | 108.57º | 0.99% | 0.92% | - |
| XYZ | 30.61 | 59.46 | 9.95 | - |
| YUV | 151.75 | 44.05 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 3 | 0.80 | 0 | 0.99 | 0.08 | 108.57 | 0.97 | 0.46 |
| Hex | 2F | EA | 3 | 50 | 0 | 63 | 8 | 6D | 61 | 2E |
| Octal | 57 | 352 | 3 | 120 | 0 | 143 | 10 | 155 | 141 | 56 |
| Binary | 101111 | 11101010 | 11 | 1010000 | 0 | 1100011 | 1000 | 1101101 | 1100001 | 101110 |
Color Harmonies of #2FEA03
Complementary color
Monochromatic Colors of #2FEA03
Black with #2FEA03
Text Example
Text Example
White with #2FEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA03; }
p { color: rgb(47,234,3); }
H1.HeaderClassName
{
color: #2FEA03;
}
.AnyTagClassName
{
color: #2FEA03;
}
</style>
background-color css
<style>
a { background-color: #2FEA03; }
a { background-color: rgb(47,234,3); }
div.DivClassName
{
background-color: #2FEA03;
}
.BgClassName
{
background-color: #2FEA03;
}
</style>
border-color css
<style>
span { border-color: #2FEA03; }
span { border-color: rgb(47,234,3); }
td.TdClassName
{
border-color: #2FEA03;
}
.TagClassName
{
border-color: #2FEA03;
}
</style>