Shades of Harlequin #2AFE11
Tints of Harlequin #2AFE11
RGB
CMYK
RGB Variations
Color information
#2AFE11 (or 0x2AFE11) is known color: Harlequin. HEX triplet: 2A, FE and 11. RGB value is (42,254,17). Sum of RGB (Red+Green+Blue) = 42+254+17=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 254 (99.61% from 255 or 81.15% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFE11 is #D501EE. Grayscale: #A4A4A4. Windows color (decimal): -13959663 or 1179178. OLE color: 1179178.
HSL color Cylindrical-coordinate representation of color #2AFE11: hue angle of 113.67º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AFE11 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 17 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.00 |
| HSL | 113.67º | 0.99% | 0.53% | - |
| HSV(B) | 113.67º | 0.93% | 1% | - |
| XYZ | 36.5 | 71.42 | 12.39 | - |
| YUV | 163.59 | 45.26 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 17 | 0.83 | 0 | 0.93 | 0.00 | 113.67 | 0.99 | 0.53 |
| Hex | 2A | FE | 11 | 53 | 0 | 5D | 0 | 72 | 63 | 35 |
| Octal | 52 | 376 | 21 | 123 | 0 | 135 | 0 | 162 | 143 | 65 |
| Binary | 101010 | 11111110 | 10001 | 1010011 | 0 | 1011101 | 0 | 1110010 | 1100011 | 110101 |
Color Harmonies of #2AFE11
Complementary color
Monochromatic Colors of #2AFE11
Black with #2AFE11
Text Example
Text Example
White with #2AFE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE11; }
p { color: rgb(42,254,17); }
H1.HeaderClassName
{
color: #2AFE11;
}
.AnyTagClassName
{
color: #2AFE11;
}
</style>
background-color css
<style>
a { background-color: #2AFE11; }
a { background-color: rgb(42,254,17); }
div.DivClassName
{
background-color: #2AFE11;
}
.BgClassName
{
background-color: #2AFE11;
}
</style>
border-color css
<style>
span { border-color: #2AFE11; }
span { border-color: rgb(42,254,17); }
td.TdClassName
{
border-color: #2AFE11;
}
.TagClassName
{
border-color: #2AFE11;
}
</style>