Shades of Harlequin #2FE30F
Tints of Harlequin #2FE30F
RGB
CMYK
RGB Variations
Color information
#2FE30F (or 0x2FE30F) is known color: Harlequin. HEX triplet: 2F, E3 and 0F. RGB value is (47,227,15). Sum of RGB (Red+Green+Blue) = 47+227+15=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 227 (89.06% from 255 or 78.55% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE30F is #D01CF0. Grayscale: #959595. Windows color (decimal): -13638897 or 1041199. OLE color: 1041199.
HSL color Cylindrical-coordinate representation of color #2FE30F: hue angle of 110.94º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FE30F is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 227 | 15 | - |
| CMYK | 0.79 | 0 | 0.93 | 0.11 |
| HSL | 110.94º | 0.88% | 0.47% | - |
| HSV(B) | 110.94º | 0.93% | 0.89% | - |
| XYZ | 28.73 | 55.58 | 9.67 | - |
| YUV | 149.01 | 52.37 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 227 | 15 | 0.79 | 0 | 0.93 | 0.11 | 110.94 | 0.88 | 0.47 |
| Hex | 2F | E3 | F | 4F | 0 | 5D | B | 6F | 58 | 2F |
| Octal | 57 | 343 | 17 | 117 | 0 | 135 | 13 | 157 | 130 | 57 |
| Binary | 101111 | 11100011 | 1111 | 1001111 | 0 | 1011101 | 1011 | 1101111 | 1011000 | 101111 |
Color Harmonies of #2FE30F
Complementary color
Monochromatic Colors of #2FE30F
Black with #2FE30F
Text Example
Text Example
White with #2FE30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE30F; }
p { color: rgb(47,227,15); }
H1.HeaderClassName
{
color: #2FE30F;
}
.AnyTagClassName
{
color: #2FE30F;
}
</style>
background-color css
<style>
a { background-color: #2FE30F; }
a { background-color: rgb(47,227,15); }
div.DivClassName
{
background-color: #2FE30F;
}
.BgClassName
{
background-color: #2FE30F;
}
</style>
border-color css
<style>
span { border-color: #2FE30F; }
span { border-color: rgb(47,227,15); }
td.TdClassName
{
border-color: #2FE30F;
}
.TagClassName
{
border-color: #2FE30F;
}
</style>