Shades of Harlequin #2FF90B
Tints of Harlequin #2FF90B
RGB
CMYK
RGB Variations
Color information
#2FF90B (or 0x2FF90B) is known color: Harlequin. HEX triplet: 2F, F9 and 0B. RGB value is (47,249,11). Sum of RGB (Red+Green+Blue) = 47+249+11=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 249 (97.66% from 255 or 81.11% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF90B is #D006F4. Grayscale: #A2A2A2. Windows color (decimal): -13633269 or 784687. OLE color: 784687.
HSL color Cylindrical-coordinate representation of color #2FF90B: hue angle of 110.92º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FF90B is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 11 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.02 |
| HSL | 110.92º | 0.95% | 0.51% | - |
| HSV(B) | 110.92º | 0.96% | 0.98% | - |
| XYZ | 35.11 | 68.38 | 11.66 | - |
| YUV | 161.47 | 43.08 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 11 | 0.81 | 0 | 0.96 | 0.02 | 110.92 | 0.95 | 0.51 |
| Hex | 2F | F9 | B | 51 | 0 | 60 | 2 | 6F | 5F | 33 |
| Octal | 57 | 371 | 13 | 121 | 0 | 140 | 2 | 157 | 137 | 63 |
| Binary | 101111 | 11111001 | 1011 | 1010001 | 0 | 1100000 | 10 | 1101111 | 1011111 | 110011 |
Color Harmonies of #2FF90B
Complementary color
Monochromatic Colors of #2FF90B
Black with #2FF90B
Text Example
Text Example
White with #2FF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF90B; }
p { color: rgb(47,249,11); }
H1.HeaderClassName
{
color: #2FF90B;
}
.AnyTagClassName
{
color: #2FF90B;
}
</style>
background-color css
<style>
a { background-color: #2FF90B; }
a { background-color: rgb(47,249,11); }
div.DivClassName
{
background-color: #2FF90B;
}
.BgClassName
{
background-color: #2FF90B;
}
</style>
border-color css
<style>
span { border-color: #2FF90B; }
span { border-color: rgb(47,249,11); }
td.TdClassName
{
border-color: #2FF90B;
}
.TagClassName
{
border-color: #2FF90B;
}
</style>