Shades of Harlequin #2FFB05
Tints of Harlequin #2FFB05
RGB
CMYK
RGB Variations
Color information
#2FFB05 (or 0x2FFB05) is known color: Harlequin. HEX triplet: 2F, FB and 05. RGB value is (47,251,5). Sum of RGB (Red+Green+Blue) = 47+251+5=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 251 (98.44% from 255 or 82.84% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFB05 is #D004FA. Grayscale: #A2A2A2. Windows color (decimal): -13632763 or 391983. OLE color: 391983.
HSL color Cylindrical-coordinate representation of color #2FFB05: hue angle of 109.76º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FFB05 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.02 |
| HSL | 109.76º | 0.97% | 0.5% | - |
| HSV(B) | 109.76º | 0.98% | 0.98% | - |
| XYZ | 35.7 | 69.61 | 11.7 | - |
| YUV | 161.96 | 39.41 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 5 | 0.81 | 0 | 0.98 | 0.02 | 109.76 | 0.97 | 0.5 |
| Hex | 2F | FB | 5 | 51 | 0 | 62 | 2 | 6E | 61 | 32 |
| Octal | 57 | 373 | 5 | 121 | 0 | 142 | 2 | 156 | 141 | 62 |
| Binary | 101111 | 11111011 | 101 | 1010001 | 0 | 1100010 | 10 | 1101110 | 1100001 | 110010 |
Color Harmonies of #2FFB05
Complementary color
Monochromatic Colors of #2FFB05
Black with #2FFB05
Text Example
Text Example
White with #2FFB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB05; }
p { color: rgb(47,251,5); }
H1.HeaderClassName
{
color: #2FFB05;
}
.AnyTagClassName
{
color: #2FFB05;
}
</style>
background-color css
<style>
a { background-color: #2FFB05; }
a { background-color: rgb(47,251,5); }
div.DivClassName
{
background-color: #2FFB05;
}
.BgClassName
{
background-color: #2FFB05;
}
</style>
border-color css
<style>
span { border-color: #2FFB05; }
span { border-color: rgb(47,251,5); }
td.TdClassName
{
border-color: #2FFB05;
}
.TagClassName
{
border-color: #2FFB05;
}
</style>