Shades of Harlequin #2EF203
Tints of Harlequin #2EF203
RGB
CMYK
RGB Variations
Color information
#2EF203 (or 0x2EF203) is known color: Harlequin. HEX triplet: 2E, F2 and 03. RGB value is (46,242,3). Sum of RGB (Red+Green+Blue) = 46+242+3=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 242 (94.92% from 255 or 83.16% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF203 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF203 is #D10DFC. Grayscale: #9C9C9C. Windows color (decimal): -13700605 or 258606. OLE color: 258606.
HSL color Cylindrical-coordinate representation of color #2EF203: hue angle of 109.21º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EF203 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 3 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.05 |
| HSL | 109.21º | 0.98% | 0.48% | - |
| HSV(B) | 109.21º | 0.99% | 0.95% | - |
| XYZ | 32.9 | 64.09 | 10.72 | - |
| YUV | 156.15 | 41.57 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 3 | 0.81 | 0 | 0.99 | 0.05 | 109.21 | 0.98 | 0.48 |
| Hex | 2E | F2 | 3 | 51 | 0 | 63 | 5 | 6D | 62 | 30 |
| Octal | 56 | 362 | 3 | 121 | 0 | 143 | 5 | 155 | 142 | 60 |
| Binary | 101110 | 11110010 | 11 | 1010001 | 0 | 1100011 | 101 | 1101101 | 1100010 | 110000 |
Color Harmonies of #2EF203
Complementary color
Monochromatic Colors of #2EF203
Black with #2EF203
Text Example
Text Example
White with #2EF203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF203; }
p { color: rgb(46,242,3); }
H1.HeaderClassName
{
color: #2EF203;
}
.AnyTagClassName
{
color: #2EF203;
}
</style>
background-color css
<style>
a { background-color: #2EF203; }
a { background-color: rgb(46,242,3); }
div.DivClassName
{
background-color: #2EF203;
}
.BgClassName
{
background-color: #2EF203;
}
</style>
border-color css
<style>
span { border-color: #2EF203; }
span { border-color: rgb(46,242,3); }
td.TdClassName
{
border-color: #2EF203;
}
.TagClassName
{
border-color: #2EF203;
}
</style>