Shades of Harlequin #2EF305
Tints of Harlequin #2EF305
RGB
CMYK
RGB Variations
Color information
#2EF305 (or 0x2EF305) is known color: Harlequin. HEX triplet: 2E, F3 and 05. RGB value is (46,243,5). Sum of RGB (Red+Green+Blue) = 46+243+5=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 243 (95.31% from 255 or 82.65% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF305 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF305 is #D10CFA. Grayscale: #9D9D9D. Windows color (decimal): -13700347 or 389934. OLE color: 389934.
HSL color Cylindrical-coordinate representation of color #2EF305: hue angle of 109.66º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EF305 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.05 |
| HSL | 109.66º | 0.96% | 0.49% | - |
| HSV(B) | 109.66º | 0.98% | 0.95% | - |
| XYZ | 33.2 | 64.69 | 10.88 | - |
| YUV | 156.97 | 42.23 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 5 | 0.81 | 0 | 0.98 | 0.05 | 109.66 | 0.96 | 0.49 |
| Hex | 2E | F3 | 5 | 51 | 0 | 62 | 5 | 6E | 60 | 31 |
| Octal | 56 | 363 | 5 | 121 | 0 | 142 | 5 | 156 | 140 | 61 |
| Binary | 101110 | 11110011 | 101 | 1010001 | 0 | 1100010 | 101 | 1101110 | 1100000 | 110001 |
Color Harmonies of #2EF305
Complementary color
Monochromatic Colors of #2EF305
Black with #2EF305
Text Example
Text Example
White with #2EF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF305; }
p { color: rgb(46,243,5); }
H1.HeaderClassName
{
color: #2EF305;
}
.AnyTagClassName
{
color: #2EF305;
}
</style>
background-color css
<style>
a { background-color: #2EF305; }
a { background-color: rgb(46,243,5); }
div.DivClassName
{
background-color: #2EF305;
}
.BgClassName
{
background-color: #2EF305;
}
</style>
border-color css
<style>
span { border-color: #2EF305; }
span { border-color: rgb(46,243,5); }
td.TdClassName
{
border-color: #2EF305;
}
.TagClassName
{
border-color: #2EF305;
}
</style>