Shades of Harlequin #2EFB13
Tints of Harlequin #2EFB13
RGB
CMYK
RGB Variations
Color information
#2EFB13 (or 0x2EFB13) is known color: Harlequin. HEX triplet: 2E, FB and 13. RGB value is (46,251,19). Sum of RGB (Red+Green+Blue) = 46+251+19=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 251 (98.44% from 255 or 79.43% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFB13 is #D104EC. Grayscale: #A3A3A3. Windows color (decimal): -13698285 or 1309486. OLE color: 1309486.
HSL color Cylindrical-coordinate representation of color #2EFB13: hue angle of 113.02º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EFB13 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 19 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.02 |
| HSL | 113.02º | 0.97% | 0.53% | - |
| HSV(B) | 113.02º | 0.92% | 0.98% | - |
| XYZ | 35.74 | 69.62 | 12.17 | - |
| YUV | 163.26 | 46.58 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 19 | 0.82 | 0 | 0.92 | 0.02 | 113.02 | 0.97 | 0.53 |
| Hex | 2E | FB | 13 | 52 | 0 | 5C | 2 | 71 | 61 | 35 |
| Octal | 56 | 373 | 23 | 122 | 0 | 134 | 2 | 161 | 141 | 65 |
| Binary | 101110 | 11111011 | 10011 | 1010010 | 0 | 1011100 | 10 | 1110001 | 1100001 | 110101 |
Color Harmonies of #2EFB13
Complementary color
Monochromatic Colors of #2EFB13
Black with #2EFB13
Text Example
Text Example
White with #2EFB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB13; }
p { color: rgb(46,251,19); }
H1.HeaderClassName
{
color: #2EFB13;
}
.AnyTagClassName
{
color: #2EFB13;
}
</style>
background-color css
<style>
a { background-color: #2EFB13; }
a { background-color: rgb(46,251,19); }
div.DivClassName
{
background-color: #2EFB13;
}
.BgClassName
{
background-color: #2EFB13;
}
</style>
border-color css
<style>
span { border-color: #2EFB13; }
span { border-color: rgb(46,251,19); }
td.TdClassName
{
border-color: #2EFB13;
}
.TagClassName
{
border-color: #2EFB13;
}
</style>