Shades of Harlequin #2EE30F
Tints of Harlequin #2EE30F
RGB
CMYK
RGB Variations
Color information
#2EE30F (or 0x2EE30F) is known color: Harlequin. HEX triplet: 2E, E3 and 0F. RGB value is (46,227,15). Sum of RGB (Red+Green+Blue) = 46+227+15=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 227 (89.06% from 255 or 78.82% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 227 - color contains mainly: green. Hex color #2EE30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE30F is #D11CF0. Grayscale: #959595. Windows color (decimal): -13704433 or 1041198. OLE color: 1041198.
HSL color Cylindrical-coordinate representation of color #2EE30F: hue angle of 111.23º 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 #2EE30F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 227 | 15 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.11 |
| HSL | 111.23º | 0.88% | 0.47% | - |
| HSV(B) | 111.23º | 0.93% | 0.89% | - |
| XYZ | 28.68 | 55.55 | 9.66 | - |
| YUV | 148.71 | 52.53 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 227 | 15 | 0.80 | 0 | 0.93 | 0.11 | 111.23 | 0.88 | 0.47 |
| Hex | 2E | E3 | F | 50 | 0 | 5D | B | 6F | 58 | 2F |
| Octal | 56 | 343 | 17 | 120 | 0 | 135 | 13 | 157 | 130 | 57 |
| Binary | 101110 | 11100011 | 1111 | 1010000 | 0 | 1011101 | 1011 | 1101111 | 1011000 | 101111 |
Color Harmonies of #2EE30F
Complementary color
Monochromatic Colors of #2EE30F
Black with #2EE30F
Text Example
Text Example
White with #2EE30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE30F; }
p { color: rgb(46,227,15); }
H1.HeaderClassName
{
color: #2EE30F;
}
.AnyTagClassName
{
color: #2EE30F;
}
</style>
background-color css
<style>
a { background-color: #2EE30F; }
a { background-color: rgb(46,227,15); }
div.DivClassName
{
background-color: #2EE30F;
}
.BgClassName
{
background-color: #2EE30F;
}
</style>
border-color css
<style>
span { border-color: #2EE30F; }
span { border-color: rgb(46,227,15); }
td.TdClassName
{
border-color: #2EE30F;
}
.TagClassName
{
border-color: #2EE30F;
}
</style>