Shades of Harlequin #2EFF14
Tints of Harlequin #2EFF14
RGB
CMYK
RGB Variations
Color information
#2EFF14 (or 0x2EFF14) is known color: Harlequin. HEX triplet: 2E, FF and 14. RGB value is (46,255,20). Sum of RGB (Red+Green+Blue) = 46+255+20=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 255 (100% from 255 or 79.44% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFF14 is #D100EB. Grayscale: #A6A6A6. Windows color (decimal): -13697260 or 1376046. OLE color: 1376046.
HSL color Cylindrical-coordinate representation of color #2EFF14: hue angle of 113.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EFF14 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 20 | - |
| CMYK | 0.82 | 0 | 0.92 | 0 |
| HSL | 113.36º | 1% | 0.54% | - |
| HSV(B) | 113.36º | 0.92% | 1% | - |
| XYZ | 37.01 | 72.15 | 12.64 | - |
| YUV | 165.72 | 45.76 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 20 | 0.82 | 0 | 0.92 | 0 | 113.36 | 1 | 0.54 |
| Hex | 2E | FF | 14 | 52 | 0 | 5C | 0 | 71 | 64 | 36 |
| Octal | 56 | 377 | 24 | 122 | 0 | 134 | 0 | 161 | 144 | 66 |
| Binary | 101110 | 11111111 | 10100 | 1010010 | 0 | 1011100 | 0 | 1110001 | 1100100 | 110110 |
Color Harmonies of #2EFF14
Complementary color
Monochromatic Colors of #2EFF14
Black with #2EFF14
Text Example
Text Example
White with #2EFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF14; }
p { color: rgb(46,255,20); }
H1.HeaderClassName
{
color: #2EFF14;
}
.AnyTagClassName
{
color: #2EFF14;
}
</style>
background-color css
<style>
a { background-color: #2EFF14; }
a { background-color: rgb(46,255,20); }
div.DivClassName
{
background-color: #2EFF14;
}
.BgClassName
{
background-color: #2EFF14;
}
</style>
border-color css
<style>
span { border-color: #2EFF14; }
span { border-color: rgb(46,255,20); }
td.TdClassName
{
border-color: #2EFF14;
}
.TagClassName
{
border-color: #2EFF14;
}
</style>