Shades of Harlequin #2FED03
Tints of Harlequin #2FED03
RGB
CMYK
RGB Variations
Color information
#2FED03 (or 0x2FED03) is known color: Harlequin. HEX triplet: 2F, ED and 03. RGB value is (47,237,3). Sum of RGB (Red+Green+Blue) = 47+237+3=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 237 (92.97% from 255 or 82.58% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FED03 is #D012FC. Grayscale: #9A9A9A. Windows color (decimal): -13636349 or 257327. OLE color: 257327.
HSL color Cylindrical-coordinate representation of color #2FED03: hue angle of 108.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FED03 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.07 |
| HSL | 108.72º | 0.98% | 0.47% | - |
| HSV(B) | 108.72º | 0.99% | 0.93% | - |
| XYZ | 31.47 | 61.18 | 10.24 | - |
| YUV | 153.51 | 43.05 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 3 | 0.80 | 0 | 0.99 | 0.07 | 108.72 | 0.98 | 0.47 |
| Hex | 2F | ED | 3 | 50 | 0 | 63 | 7 | 6D | 62 | 2F |
| Octal | 57 | 355 | 3 | 120 | 0 | 143 | 7 | 155 | 142 | 57 |
| Binary | 101111 | 11101101 | 11 | 1010000 | 0 | 1100011 | 111 | 1101101 | 1100010 | 101111 |
Color Harmonies of #2FED03
Complementary color
Monochromatic Colors of #2FED03
Black with #2FED03
Text Example
Text Example
White with #2FED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED03; }
p { color: rgb(47,237,3); }
H1.HeaderClassName
{
color: #2FED03;
}
.AnyTagClassName
{
color: #2FED03;
}
</style>
background-color css
<style>
a { background-color: #2FED03; }
a { background-color: rgb(47,237,3); }
div.DivClassName
{
background-color: #2FED03;
}
.BgClassName
{
background-color: #2FED03;
}
</style>
border-color css
<style>
span { border-color: #2FED03; }
span { border-color: rgb(47,237,3); }
td.TdClassName
{
border-color: #2FED03;
}
.TagClassName
{
border-color: #2FED03;
}
</style>