Shades of Harlequin #2EF319
Tints of Harlequin #2EF319
RGB
CMYK
RGB Variations
Color information
#2EF319 (or 0x2EF319) is known color: Harlequin. HEX triplet: 2E, F3 and 19. RGB value is (46,243,25). Sum of RGB (Red+Green+Blue) = 46+243+25=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 243 (95.31% from 255 or 77.39% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF319 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF319 is #D10CE6. Grayscale: #9F9F9F. Windows color (decimal): -13700327 or 1700654. OLE color: 1700654.
HSL color Cylindrical-coordinate representation of color #2EF319: hue angle of 114.22º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EF319 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 25 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.05 |
| HSL | 114.22º | 0.9% | 0.53% | - |
| HSV(B) | 114.22º | 0.9% | 0.95% | - |
| XYZ | 33.35 | 64.75 | 11.66 | - |
| YUV | 159.25 | 52.23 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 25 | 0.81 | 0 | 0.90 | 0.05 | 114.22 | 0.9 | 0.53 |
| Hex | 2E | F3 | 19 | 51 | 0 | 5A | 5 | 72 | 5A | 35 |
| Octal | 56 | 363 | 31 | 121 | 0 | 132 | 5 | 162 | 132 | 65 |
| Binary | 101110 | 11110011 | 11001 | 1010001 | 0 | 1011010 | 101 | 1110010 | 1011010 | 110101 |
Color Harmonies of #2EF319
Complementary color
Monochromatic Colors of #2EF319
Black with #2EF319
Text Example
Text Example
White with #2EF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF319; }
p { color: rgb(46,243,25); }
H1.HeaderClassName
{
color: #2EF319;
}
.AnyTagClassName
{
color: #2EF319;
}
</style>
background-color css
<style>
a { background-color: #2EF319; }
a { background-color: rgb(46,243,25); }
div.DivClassName
{
background-color: #2EF319;
}
.BgClassName
{
background-color: #2EF319;
}
</style>
border-color css
<style>
span { border-color: #2EF319; }
span { border-color: rgb(46,243,25); }
td.TdClassName
{
border-color: #2EF319;
}
.TagClassName
{
border-color: #2EF319;
}
</style>