Shades of Harlequin #2EFC07
Tints of Harlequin #2EFC07
RGB
CMYK
RGB Variations
Color information
#2EFC07 (or 0x2EFC07) is known color: Harlequin. HEX triplet: 2E, FC and 07. RGB value is (46,252,7). Sum of RGB (Red+Green+Blue) = 46+252+7=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 252 (98.83% from 255 or 82.62% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFC07 is #D103F8. Grayscale: #A3A3A3. Windows color (decimal): -13698041 or 523310. OLE color: 523310.
HSL color Cylindrical-coordinate representation of color #2EFC07: hue angle of 110.45º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EFC07 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 7 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.01 |
| HSL | 110.45º | 0.98% | 0.51% | - |
| HSV(B) | 110.45º | 0.97% | 0.99% | - |
| XYZ | 35.98 | 70.22 | 11.86 | - |
| YUV | 162.48 | 40.25 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 7 | 0.82 | 0 | 0.97 | 0.01 | 110.45 | 0.98 | 0.51 |
| Hex | 2E | FC | 7 | 52 | 0 | 61 | 1 | 6E | 62 | 33 |
| Octal | 56 | 374 | 7 | 122 | 0 | 141 | 1 | 156 | 142 | 63 |
| Binary | 101110 | 11111100 | 111 | 1010010 | 0 | 1100001 | 1 | 1101110 | 1100010 | 110011 |
Color Harmonies of #2EFC07
Complementary color
Monochromatic Colors of #2EFC07
Black with #2EFC07
Text Example
Text Example
White with #2EFC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC07; }
p { color: rgb(46,252,7); }
H1.HeaderClassName
{
color: #2EFC07;
}
.AnyTagClassName
{
color: #2EFC07;
}
</style>
background-color css
<style>
a { background-color: #2EFC07; }
a { background-color: rgb(46,252,7); }
div.DivClassName
{
background-color: #2EFC07;
}
.BgClassName
{
background-color: #2EFC07;
}
</style>
border-color css
<style>
span { border-color: #2EFC07; }
span { border-color: rgb(46,252,7); }
td.TdClassName
{
border-color: #2EFC07;
}
.TagClassName
{
border-color: #2EFC07;
}
</style>