Shades of Harlequin #2AE501
Tints of Harlequin #2AE501
RGB
CMYK
RGB Variations
Color information
#2AE501 (or 0x2AE501) is known color: Harlequin. HEX triplet: 2A, E5 and 01. RGB value is (42,229,1). Sum of RGB (Red+Green+Blue) = 42+229+1=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 229 (89.84% from 255 or 84.19% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE501 is #D51AFE. Grayscale: #939393. Windows color (decimal): -13966079 or 124202. OLE color: 124202.
HSL color Cylindrical-coordinate representation of color #2AE501: hue angle of 109.21º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AE501 is Cyan = 0.82, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 229 | 1 | - |
| CMYK | 0.82 | 0 | 1.00 | 0.10 |
| HSL | 109.21º | 0.99% | 0.45% | - |
| HSV(B) | 109.21º | 1% | 0.9% | - |
| XYZ | 28.98 | 56.53 | 9.41 | - |
| YUV | 147.1 | 45.55 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 229 | 1 | 0.82 | 0 | 1.00 | 0.10 | 109.21 | 0.99 | 0.45 |
| Hex | 2A | E5 | 1 | 52 | 0 | 64 | A | 6D | 63 | 2D |
| Octal | 52 | 345 | 1 | 122 | 0 | 144 | 12 | 155 | 143 | 55 |
| Binary | 101010 | 11100101 | 1 | 1010010 | 0 | 1100100 | 1010 | 1101101 | 1100011 | 101101 |
Color Harmonies of #2AE501
Complementary color
Monochromatic Colors of #2AE501
Black with #2AE501
Text Example
Text Example
White with #2AE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE501; }
p { color: rgb(42,229,1); }
H1.HeaderClassName
{
color: #2AE501;
}
.AnyTagClassName
{
color: #2AE501;
}
</style>
background-color css
<style>
a { background-color: #2AE501; }
a { background-color: rgb(42,229,1); }
div.DivClassName
{
background-color: #2AE501;
}
.BgClassName
{
background-color: #2AE501;
}
</style>
border-color css
<style>
span { border-color: #2AE501; }
span { border-color: rgb(42,229,1); }
td.TdClassName
{
border-color: #2AE501;
}
.TagClassName
{
border-color: #2AE501;
}
</style>