Shades of Harlequin #2EFE06
Tints of Harlequin #2EFE06
RGB
CMYK
RGB Variations
Color information
#2EFE06 (or 0x2EFE06) is known color: Harlequin. HEX triplet: 2E, FE and 06. RGB value is (46,254,6). Sum of RGB (Red+Green+Blue) = 46+254+6=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 254 (99.61% from 255 or 83.01% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFE06 is #D101F9. Grayscale: #A4A4A4. Windows color (decimal): -13697530 or 458286. OLE color: 458286.
HSL color Cylindrical-coordinate representation of color #2EFE06: hue angle of 110.32º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EFE06 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 6 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.00 |
| HSL | 110.32º | 0.99% | 0.51% | - |
| HSV(B) | 110.32º | 0.98% | 1% | - |
| XYZ | 36.6 | 71.48 | 12.04 | - |
| YUV | 163.54 | 39.09 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 6 | 0.82 | 0 | 0.98 | 0.00 | 110.32 | 0.99 | 0.51 |
| Hex | 2E | FE | 6 | 52 | 0 | 62 | 0 | 6E | 63 | 33 |
| Octal | 56 | 376 | 6 | 122 | 0 | 142 | 0 | 156 | 143 | 63 |
| Binary | 101110 | 11111110 | 110 | 1010010 | 0 | 1100010 | 0 | 1101110 | 1100011 | 110011 |
Color Harmonies of #2EFE06
Complementary color
Monochromatic Colors of #2EFE06
Black with #2EFE06
Text Example
Text Example
White with #2EFE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFE06; }
p { color: rgb(46,254,6); }
H1.HeaderClassName
{
color: #2EFE06;
}
.AnyTagClassName
{
color: #2EFE06;
}
</style>
background-color css
<style>
a { background-color: #2EFE06; }
a { background-color: rgb(46,254,6); }
div.DivClassName
{
background-color: #2EFE06;
}
.BgClassName
{
background-color: #2EFE06;
}
</style>
border-color css
<style>
span { border-color: #2EFE06; }
span { border-color: rgb(46,254,6); }
td.TdClassName
{
border-color: #2EFE06;
}
.TagClassName
{
border-color: #2EFE06;
}
</style>