Shades of Harlequin #2EFC19
Tints of Harlequin #2EFC19
RGB
CMYK
RGB Variations
Color information
#2EFC19 (or 0x2EFC19) is known color: Harlequin. HEX triplet: 2E, FC and 19. RGB value is (46,252,25). Sum of RGB (Red+Green+Blue) = 46+252+25=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 252 (98.83% from 255 or 78.02% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFC19 is #D103E6. Grayscale: #A5A5A5. Windows color (decimal): -13698023 or 1702958. OLE color: 1702958.
HSL color Cylindrical-coordinate representation of color #2EFC19: hue angle of 114.45º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EFC19 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 25 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.01 |
| HSL | 114.45º | 0.97% | 0.54% | - |
| HSV(B) | 114.45º | 0.9% | 0.99% | - |
| XYZ | 36.11 | 70.27 | 12.58 | - |
| YUV | 164.53 | 49.25 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 25 | 0.82 | 0 | 0.90 | 0.01 | 114.45 | 0.97 | 0.54 |
| Hex | 2E | FC | 19 | 52 | 0 | 5A | 1 | 72 | 61 | 36 |
| Octal | 56 | 374 | 31 | 122 | 0 | 132 | 1 | 162 | 141 | 66 |
| Binary | 101110 | 11111100 | 11001 | 1010010 | 0 | 1011010 | 1 | 1110010 | 1100001 | 110110 |
Color Harmonies of #2EFC19
Complementary color
Monochromatic Colors of #2EFC19
Black with #2EFC19
Text Example
Text Example
White with #2EFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC19; }
p { color: rgb(46,252,25); }
H1.HeaderClassName
{
color: #2EFC19;
}
.AnyTagClassName
{
color: #2EFC19;
}
</style>
background-color css
<style>
a { background-color: #2EFC19; }
a { background-color: rgb(46,252,25); }
div.DivClassName
{
background-color: #2EFC19;
}
.BgClassName
{
background-color: #2EFC19;
}
</style>
border-color css
<style>
span { border-color: #2EFC19; }
span { border-color: rgb(46,252,25); }
td.TdClassName
{
border-color: #2EFC19;
}
.TagClassName
{
border-color: #2EFC19;
}
</style>