Shades of Harlequin #2FF61E
Tints of Harlequin #2FF61E
RGB
CMYK
RGB Variations
Color information
#2FF61E (or 0x2FF61E) is known color: Harlequin. HEX triplet: 2F, F6 and 1E. RGB value is (47,246,30). Sum of RGB (Red+Green+Blue) = 47+246+30=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 246 (96.48% from 255 or 76.16% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF61E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF61E is #D009E1. Grayscale: #A2A2A2. Windows color (decimal): -13634018 or 2029103. OLE color: 2029103.
HSL color Cylindrical-coordinate representation of color #2FF61E: hue angle of 115.28º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FF61E is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 30 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.04 |
| HSL | 115.28º | 0.92% | 0.54% | - |
| HSV(B) | 115.28º | 0.88% | 0.96% | - |
| XYZ | 34.36 | 66.61 | 12.27 | - |
| YUV | 161.88 | 53.57 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 30 | 0.81 | 0 | 0.88 | 0.04 | 115.28 | 0.92 | 0.54 |
| Hex | 2F | F6 | 1E | 51 | 0 | 58 | 4 | 73 | 5C | 36 |
| Octal | 57 | 366 | 36 | 121 | 0 | 130 | 4 | 163 | 134 | 66 |
| Binary | 101111 | 11110110 | 11110 | 1010001 | 0 | 1011000 | 100 | 1110011 | 1011100 | 110110 |
Color Harmonies of #2FF61E
Complementary color
Monochromatic Colors of #2FF61E
Black with #2FF61E
Text Example
Text Example
White with #2FF61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF61E; }
p { color: rgb(47,246,30); }
H1.HeaderClassName
{
color: #2FF61E;
}
.AnyTagClassName
{
color: #2FF61E;
}
</style>
background-color css
<style>
a { background-color: #2FF61E; }
a { background-color: rgb(47,246,30); }
div.DivClassName
{
background-color: #2FF61E;
}
.BgClassName
{
background-color: #2FF61E;
}
</style>
border-color css
<style>
span { border-color: #2FF61E; }
span { border-color: rgb(47,246,30); }
td.TdClassName
{
border-color: #2FF61E;
}
.TagClassName
{
border-color: #2FF61E;
}
</style>