Shades of Harlequin #2FE70F
Tints of Harlequin #2FE70F
RGB
CMYK
RGB Variations
Color information
#2FE70F (or 0x2FE70F) is known color: Harlequin. HEX triplet: 2F, E7 and 0F. RGB value is (47,231,15). Sum of RGB (Red+Green+Blue) = 47+231+15=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 231 (90.62% from 255 or 78.84% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE70F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE70F is #D018F0. Grayscale: #989898. Windows color (decimal): -13637873 or 1042223. OLE color: 1042223.
HSL color Cylindrical-coordinate representation of color #2FE70F: hue angle of 111.11º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FE70F is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 15 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.09 |
| HSL | 111.11º | 0.88% | 0.48% | - |
| HSV(B) | 111.11º | 0.94% | 0.91% | - |
| XYZ | 29.83 | 57.79 | 10.03 | - |
| YUV | 151.36 | 51.04 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 15 | 0.80 | 0 | 0.94 | 0.09 | 111.11 | 0.88 | 0.48 |
| Hex | 2F | E7 | F | 50 | 0 | 5E | 9 | 6F | 58 | 30 |
| Octal | 57 | 347 | 17 | 120 | 0 | 136 | 11 | 157 | 130 | 60 |
| Binary | 101111 | 11100111 | 1111 | 1010000 | 0 | 1011110 | 1001 | 1101111 | 1011000 | 110000 |
Color Harmonies of #2FE70F
Complementary color
Monochromatic Colors of #2FE70F
Black with #2FE70F
Text Example
Text Example
White with #2FE70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE70F; }
p { color: rgb(47,231,15); }
H1.HeaderClassName
{
color: #2FE70F;
}
.AnyTagClassName
{
color: #2FE70F;
}
</style>
background-color css
<style>
a { background-color: #2FE70F; }
a { background-color: rgb(47,231,15); }
div.DivClassName
{
background-color: #2FE70F;
}
.BgClassName
{
background-color: #2FE70F;
}
</style>
border-color css
<style>
span { border-color: #2FE70F; }
span { border-color: rgb(47,231,15); }
td.TdClassName
{
border-color: #2FE70F;
}
.TagClassName
{
border-color: #2FE70F;
}
</style>