Shades of Harlequin #2EFC14
Tints of Harlequin #2EFC14
RGB
CMYK
RGB Variations
Color information
#2EFC14 (or 0x2EFC14) is known color: Harlequin. HEX triplet: 2E, FC and 14. RGB value is (46,252,20). Sum of RGB (Red+Green+Blue) = 46+252+20=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 252 (98.83% from 255 or 79.25% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFC14 is #D103EB. Grayscale: #A4A4A4. Windows color (decimal): -13698028 or 1375278. OLE color: 1375278.
HSL color Cylindrical-coordinate representation of color #2EFC14: hue angle of 113.28º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EFC14 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 20 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.01 |
| HSL | 113.28º | 0.97% | 0.53% | - |
| HSV(B) | 113.28º | 0.92% | 0.99% | - |
| XYZ | 36.06 | 70.25 | 12.32 | - |
| YUV | 163.96 | 46.75 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 20 | 0.82 | 0 | 0.92 | 0.01 | 113.28 | 0.97 | 0.53 |
| Hex | 2E | FC | 14 | 52 | 0 | 5C | 1 | 71 | 61 | 35 |
| Octal | 56 | 374 | 24 | 122 | 0 | 134 | 1 | 161 | 141 | 65 |
| Binary | 101110 | 11111100 | 10100 | 1010010 | 0 | 1011100 | 1 | 1110001 | 1100001 | 110101 |
Color Harmonies of #2EFC14
Complementary color
Monochromatic Colors of #2EFC14
Black with #2EFC14
Text Example
Text Example
White with #2EFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC14; }
p { color: rgb(46,252,20); }
H1.HeaderClassName
{
color: #2EFC14;
}
.AnyTagClassName
{
color: #2EFC14;
}
</style>
background-color css
<style>
a { background-color: #2EFC14; }
a { background-color: rgb(46,252,20); }
div.DivClassName
{
background-color: #2EFC14;
}
.BgClassName
{
background-color: #2EFC14;
}
</style>
border-color css
<style>
span { border-color: #2EFC14; }
span { border-color: rgb(46,252,20); }
td.TdClassName
{
border-color: #2EFC14;
}
.TagClassName
{
border-color: #2EFC14;
}
</style>