Shades of Harlequin #2FE50B
Tints of Harlequin #2FE50B
RGB
CMYK
RGB Variations
Color information
#2FE50B (or 0x2FE50B) is known color: Harlequin. HEX triplet: 2F, E5 and 0B. RGB value is (47,229,11). Sum of RGB (Red+Green+Blue) = 47+229+11=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 229 (89.84% from 255 or 79.79% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE50B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE50B is #D01AF4. Grayscale: #969696. Windows color (decimal): -13638389 or 779567. OLE color: 779567.
HSL color Cylindrical-coordinate representation of color #2FE50B: hue angle of 110.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FE50B is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 11 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.10 |
| HSL | 110.09º | 0.91% | 0.47% | - |
| HSV(B) | 110.09º | 0.95% | 0.9% | - |
| XYZ | 29.25 | 56.67 | 9.71 | - |
| YUV | 149.73 | 49.7 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 11 | 0.79 | 0 | 0.95 | 0.10 | 110.09 | 0.91 | 0.47 |
| Hex | 2F | E5 | B | 4F | 0 | 5F | A | 6E | 5B | 2F |
| Octal | 57 | 345 | 13 | 117 | 0 | 137 | 12 | 156 | 133 | 57 |
| Binary | 101111 | 11100101 | 1011 | 1001111 | 0 | 1011111 | 1010 | 1101110 | 1011011 | 101111 |
Color Harmonies of #2FE50B
Complementary color
Monochromatic Colors of #2FE50B
Black with #2FE50B
Text Example
Text Example
White with #2FE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE50B; }
p { color: rgb(47,229,11); }
H1.HeaderClassName
{
color: #2FE50B;
}
.AnyTagClassName
{
color: #2FE50B;
}
</style>
background-color css
<style>
a { background-color: #2FE50B; }
a { background-color: rgb(47,229,11); }
div.DivClassName
{
background-color: #2FE50B;
}
.BgClassName
{
background-color: #2FE50B;
}
</style>
border-color css
<style>
span { border-color: #2FE50B; }
span { border-color: rgb(47,229,11); }
td.TdClassName
{
border-color: #2FE50B;
}
.TagClassName
{
border-color: #2FE50B;
}
</style>