Shades of Harlequin #2FF81B
Tints of Harlequin #2FF81B
RGB
CMYK
RGB Variations
Color information
#2FF81B (or 0x2FF81B) is known color: Harlequin. HEX triplet: 2F, F8 and 1B. RGB value is (47,248,27). Sum of RGB (Red+Green+Blue) = 47+248+27=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 248 (97.27% from 255 or 77.02% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF81B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF81B is #D007E4. Grayscale: #A3A3A3. Windows color (decimal): -13633509 or 1833007. OLE color: 1833007.
HSL color Cylindrical-coordinate representation of color #2FF81B: hue angle of 114.57º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FF81B is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 27 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.03 |
| HSL | 114.57º | 0.94% | 0.54% | - |
| HSV(B) | 114.57º | 0.89% | 0.97% | - |
| XYZ | 34.94 | 67.82 | 12.29 | - |
| YUV | 162.71 | 51.41 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 27 | 0.81 | 0 | 0.89 | 0.03 | 114.57 | 0.94 | 0.54 |
| Hex | 2F | F8 | 1B | 51 | 0 | 59 | 3 | 73 | 5E | 36 |
| Octal | 57 | 370 | 33 | 121 | 0 | 131 | 3 | 163 | 136 | 66 |
| Binary | 101111 | 11111000 | 11011 | 1010001 | 0 | 1011001 | 11 | 1110011 | 1011110 | 110110 |
Color Harmonies of #2FF81B
Complementary color
Monochromatic Colors of #2FF81B
Black with #2FF81B
Text Example
Text Example
White with #2FF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF81B; }
p { color: rgb(47,248,27); }
H1.HeaderClassName
{
color: #2FF81B;
}
.AnyTagClassName
{
color: #2FF81B;
}
</style>
background-color css
<style>
a { background-color: #2FF81B; }
a { background-color: rgb(47,248,27); }
div.DivClassName
{
background-color: #2FF81B;
}
.BgClassName
{
background-color: #2FF81B;
}
</style>
border-color css
<style>
span { border-color: #2FF81B; }
span { border-color: rgb(47,248,27); }
td.TdClassName
{
border-color: #2FF81B;
}
.TagClassName
{
border-color: #2FF81B;
}
</style>