Shades of Harlequin #2FF81E
Tints of Harlequin #2FF81E
RGB
CMYK
RGB Variations
Color information
#2FF81E (or 0x2FF81E) is known color: Harlequin. HEX triplet: 2F, F8 and 1E. RGB value is (47,248,30). Sum of RGB (Red+Green+Blue) = 47+248+30=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 248 (97.27% from 255 or 76.31% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF81E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF81E is #D007E1. Grayscale: #A3A3A3. Windows color (decimal): -13633506 or 2029615. OLE color: 2029615.
HSL color Cylindrical-coordinate representation of color #2FF81E: hue angle of 115.32º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FF81E is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 30 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.03 |
| HSL | 115.32º | 0.94% | 0.55% | - |
| HSV(B) | 115.32º | 0.88% | 0.97% | - |
| XYZ | 34.97 | 67.83 | 12.48 | - |
| YUV | 163.05 | 52.91 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 30 | 0.81 | 0 | 0.88 | 0.03 | 115.32 | 0.94 | 0.55 |
| Hex | 2F | F8 | 1E | 51 | 0 | 58 | 3 | 73 | 5E | 37 |
| Octal | 57 | 370 | 36 | 121 | 0 | 130 | 3 | 163 | 136 | 67 |
| Binary | 101111 | 11111000 | 11110 | 1010001 | 0 | 1011000 | 11 | 1110011 | 1011110 | 110111 |
Color Harmonies of #2FF81E
Complementary color
Monochromatic Colors of #2FF81E
Black with #2FF81E
Text Example
Text Example
White with #2FF81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF81E; }
p { color: rgb(47,248,30); }
H1.HeaderClassName
{
color: #2FF81E;
}
.AnyTagClassName
{
color: #2FF81E;
}
</style>
background-color css
<style>
a { background-color: #2FF81E; }
a { background-color: rgb(47,248,30); }
div.DivClassName
{
background-color: #2FF81E;
}
.BgClassName
{
background-color: #2FF81E;
}
</style>
border-color css
<style>
span { border-color: #2FF81E; }
span { border-color: rgb(47,248,30); }
td.TdClassName
{
border-color: #2FF81E;
}
.TagClassName
{
border-color: #2FF81E;
}
</style>