Shades of Harlequin #2AE110
Tints of Harlequin #2AE110
RGB
CMYK
RGB Variations
Color information
#2AE110 (or 0x2AE110) is known color: Harlequin. HEX triplet: 2A, E1 and 10. RGB value is (42,225,16). Sum of RGB (Red+Green+Blue) = 42+225+16=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 225 (88.28% from 255 or 79.51% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE110 is #D51EEF. Grayscale: #939393. Windows color (decimal): -13967088 or 1106218. OLE color: 1106218.
HSL color Cylindrical-coordinate representation of color #2AE110: hue angle of 112.54º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AE110 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 225 | 16 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.12 |
| HSL | 112.54º | 0.87% | 0.47% | - |
| HSV(B) | 112.54º | 0.93% | 0.88% | - |
| XYZ | 27.97 | 54.38 | 9.51 | - |
| YUV | 146.46 | 54.37 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 225 | 16 | 0.81 | 0 | 0.93 | 0.12 | 112.54 | 0.87 | 0.47 |
| Hex | 2A | E1 | 10 | 51 | 0 | 5D | C | 71 | 57 | 2F |
| Octal | 52 | 341 | 20 | 121 | 0 | 135 | 14 | 161 | 127 | 57 |
| Binary | 101010 | 11100001 | 10000 | 1010001 | 0 | 1011101 | 1100 | 1110001 | 1010111 | 101111 |
Color Harmonies of #2AE110
Complementary color
Monochromatic Colors of #2AE110
Black with #2AE110
Text Example
Text Example
White with #2AE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE110; }
p { color: rgb(42,225,16); }
H1.HeaderClassName
{
color: #2AE110;
}
.AnyTagClassName
{
color: #2AE110;
}
</style>
background-color css
<style>
a { background-color: #2AE110; }
a { background-color: rgb(42,225,16); }
div.DivClassName
{
background-color: #2AE110;
}
.BgClassName
{
background-color: #2AE110;
}
</style>
border-color css
<style>
span { border-color: #2AE110; }
span { border-color: rgb(42,225,16); }
td.TdClassName
{
border-color: #2AE110;
}
.TagClassName
{
border-color: #2AE110;
}
</style>