Shades of Harlequin #2EFC0F
Tints of Harlequin #2EFC0F
RGB
CMYK
RGB Variations
Color information
#2EFC0F (or 0x2EFC0F) is known color: Harlequin. HEX triplet: 2E, FC and 0F. RGB value is (46,252,15). Sum of RGB (Red+Green+Blue) = 46+252+15=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 252 (98.83% from 255 or 80.51% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFC0F is #D103F0. Grayscale: #A4A4A4. Windows color (decimal): -13698033 or 1047598. OLE color: 1047598.
HSL color Cylindrical-coordinate representation of color #2EFC0F: hue angle of 112.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EFC0F is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 15 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.01 |
| HSL | 112.15º | 0.98% | 0.52% | - |
| HSV(B) | 112.15º | 0.94% | 0.99% | - |
| XYZ | 36.02 | 70.24 | 12.11 | - |
| YUV | 163.39 | 44.25 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 15 | 0.82 | 0 | 0.94 | 0.01 | 112.15 | 0.98 | 0.52 |
| Hex | 2E | FC | F | 52 | 0 | 5E | 1 | 70 | 62 | 34 |
| Octal | 56 | 374 | 17 | 122 | 0 | 136 | 1 | 160 | 142 | 64 |
| Binary | 101110 | 11111100 | 1111 | 1010010 | 0 | 1011110 | 1 | 1110000 | 1100010 | 110100 |
Color Harmonies of #2EFC0F
Complementary color
Monochromatic Colors of #2EFC0F
Black with #2EFC0F
Text Example
Text Example
White with #2EFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC0F; }
p { color: rgb(46,252,15); }
H1.HeaderClassName
{
color: #2EFC0F;
}
.AnyTagClassName
{
color: #2EFC0F;
}
</style>
background-color css
<style>
a { background-color: #2EFC0F; }
a { background-color: rgb(46,252,15); }
div.DivClassName
{
background-color: #2EFC0F;
}
.BgClassName
{
background-color: #2EFC0F;
}
</style>
border-color css
<style>
span { border-color: #2EFC0F; }
span { border-color: rgb(46,252,15); }
td.TdClassName
{
border-color: #2EFC0F;
}
.TagClassName
{
border-color: #2EFC0F;
}
</style>