Shades of Harlequin #2AFE13
Tints of Harlequin #2AFE13
RGB
CMYK
RGB Variations
Color information
#2AFE13 (or 0x2AFE13) is known color: Harlequin. HEX triplet: 2A, FE and 13. RGB value is (42,254,19). Sum of RGB (Red+Green+Blue) = 42+254+19=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 254 (99.61% from 255 or 80.63% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFE13 is #D501EC. Grayscale: #A4A4A4. Windows color (decimal): -13959661 or 1310250. OLE color: 1310250.
HSL color Cylindrical-coordinate representation of color #2AFE13: hue angle of 114.13º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AFE13 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 19 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.00 |
| HSL | 114.13º | 0.99% | 0.54% | - |
| HSV(B) | 114.13º | 0.93% | 1% | - |
| XYZ | 36.51 | 71.42 | 12.48 | - |
| YUV | 163.82 | 46.26 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 19 | 0.83 | 0 | 0.93 | 0.00 | 114.13 | 0.99 | 0.54 |
| Hex | 2A | FE | 13 | 53 | 0 | 5D | 0 | 72 | 63 | 36 |
| Octal | 52 | 376 | 23 | 123 | 0 | 135 | 0 | 162 | 143 | 66 |
| Binary | 101010 | 11111110 | 10011 | 1010011 | 0 | 1011101 | 0 | 1110010 | 1100011 | 110110 |
Color Harmonies of #2AFE13
Complementary color
Monochromatic Colors of #2AFE13
Black with #2AFE13
Text Example
Text Example
White with #2AFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE13; }
p { color: rgb(42,254,19); }
H1.HeaderClassName
{
color: #2AFE13;
}
.AnyTagClassName
{
color: #2AFE13;
}
</style>
background-color css
<style>
a { background-color: #2AFE13; }
a { background-color: rgb(42,254,19); }
div.DivClassName
{
background-color: #2AFE13;
}
.BgClassName
{
background-color: #2AFE13;
}
</style>
border-color css
<style>
span { border-color: #2AFE13; }
span { border-color: rgb(42,254,19); }
td.TdClassName
{
border-color: #2AFE13;
}
.TagClassName
{
border-color: #2AFE13;
}
</style>