Shades of Harlequin #2FFE0B
Tints of Harlequin #2FFE0B
RGB
CMYK
RGB Variations
Color information
#2FFE0B (or 0x2FFE0B) is known color: Harlequin. HEX triplet: 2F, FE and 0B. RGB value is (47,254,11). Sum of RGB (Red+Green+Blue) = 47+254+11=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 254 (99.61% from 255 or 81.41% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFE0B is #D001F4. Grayscale: #A5A5A5. Windows color (decimal): -13631989 or 785967. OLE color: 785967.
HSL color Cylindrical-coordinate representation of color #2FFE0B: hue angle of 111.11º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FFE0B is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 11 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.00 |
| HSL | 111.11º | 0.99% | 0.52% | - |
| HSV(B) | 111.11º | 0.96% | 1% | - |
| XYZ | 36.67 | 71.51 | 12.19 | - |
| YUV | 164.41 | 41.42 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 11 | 0.81 | 0 | 0.96 | 0.00 | 111.11 | 0.99 | 0.52 |
| Hex | 2F | FE | B | 51 | 0 | 60 | 0 | 6F | 63 | 34 |
| Octal | 57 | 376 | 13 | 121 | 0 | 140 | 0 | 157 | 143 | 64 |
| Binary | 101111 | 11111110 | 1011 | 1010001 | 0 | 1100000 | 0 | 1101111 | 1100011 | 110100 |
Color Harmonies of #2FFE0B
Complementary color
Monochromatic Colors of #2FFE0B
Black with #2FFE0B
Text Example
Text Example
White with #2FFE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE0B; }
p { color: rgb(47,254,11); }
H1.HeaderClassName
{
color: #2FFE0B;
}
.AnyTagClassName
{
color: #2FFE0B;
}
</style>
background-color css
<style>
a { background-color: #2FFE0B; }
a { background-color: rgb(47,254,11); }
div.DivClassName
{
background-color: #2FFE0B;
}
.BgClassName
{
background-color: #2FFE0B;
}
</style>
border-color css
<style>
span { border-color: #2FFE0B; }
span { border-color: rgb(47,254,11); }
td.TdClassName
{
border-color: #2FFE0B;
}
.TagClassName
{
border-color: #2FFE0B;
}
</style>