Shades of Harlequin #2FE60F
Tints of Harlequin #2FE60F
RGB
CMYK
RGB Variations
Color information
#2FE60F (or 0x2FE60F) is known color: Harlequin. HEX triplet: 2F, E6 and 0F. RGB value is (47,230,15). Sum of RGB (Red+Green+Blue) = 47+230+15=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 230 (90.23% from 255 or 78.77% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE60F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE60F is #D019F0. Grayscale: #979797. Windows color (decimal): -13638129 or 1041967. OLE color: 1041967.
HSL color Cylindrical-coordinate representation of color #2FE60F: hue angle of 111.07º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FE60F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 15 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.10 |
| HSL | 111.07º | 0.88% | 0.48% | - |
| HSV(B) | 111.07º | 0.93% | 0.9% | - |
| XYZ | 29.56 | 57.23 | 9.94 | - |
| YUV | 150.77 | 51.37 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 15 | 0.80 | 0 | 0.93 | 0.10 | 111.07 | 0.88 | 0.48 |
| Hex | 2F | E6 | F | 50 | 0 | 5D | A | 6F | 58 | 30 |
| Octal | 57 | 346 | 17 | 120 | 0 | 135 | 12 | 157 | 130 | 60 |
| Binary | 101111 | 11100110 | 1111 | 1010000 | 0 | 1011101 | 1010 | 1101111 | 1011000 | 110000 |
Color Harmonies of #2FE60F
Complementary color
Monochromatic Colors of #2FE60F
Black with #2FE60F
Text Example
Text Example
White with #2FE60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE60F; }
p { color: rgb(47,230,15); }
H1.HeaderClassName
{
color: #2FE60F;
}
.AnyTagClassName
{
color: #2FE60F;
}
</style>
background-color css
<style>
a { background-color: #2FE60F; }
a { background-color: rgb(47,230,15); }
div.DivClassName
{
background-color: #2FE60F;
}
.BgClassName
{
background-color: #2FE60F;
}
</style>
border-color css
<style>
span { border-color: #2FE60F; }
span { border-color: rgb(47,230,15); }
td.TdClassName
{
border-color: #2FE60F;
}
.TagClassName
{
border-color: #2FE60F;
}
</style>