Shades of Harlequin #2AD501
Tints of Harlequin #2AD501
RGB
CMYK
RGB Variations
Color information
#2AD501 (or 0x2AD501) is known color: Harlequin. HEX triplet: 2A, D5 and 01. RGB value is (42,213,1). Sum of RGB (Red+Green+Blue) = 42+213+1=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 213 (83.59% from 255 or 83.20% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD501 is #D52AFE. Grayscale: #8A8A8A. Windows color (decimal): -13970175 or 120106. OLE color: 120106.
HSL color Cylindrical-coordinate representation of color #2AD501: hue angle of 108.4º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AD501 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 1 | - |
| CMYK | 0.80 | 0 | 1.00 | 0.16 |
| HSL | 108.4º | 0.99% | 0.42% | - |
| HSV(B) | 108.4º | 1% | 0.84% | - |
| XYZ | 24.75 | 48.08 | 8 | - |
| YUV | 137.7 | 50.85 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 1 | 0.80 | 0 | 1.00 | 0.16 | 108.4 | 0.99 | 0.42 |
| Hex | 2A | D5 | 1 | 50 | 0 | 64 | 10 | 6C | 63 | 2A |
| Octal | 52 | 325 | 1 | 120 | 0 | 144 | 20 | 154 | 143 | 52 |
| Binary | 101010 | 11010101 | 1 | 1010000 | 0 | 1100100 | 10000 | 1101100 | 1100011 | 101010 |
Color Harmonies of #2AD501
Complementary color
Monochromatic Colors of #2AD501
Black with #2AD501
Text Example
Text Example
White with #2AD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD501; }
p { color: rgb(42,213,1); }
H1.HeaderClassName
{
color: #2AD501;
}
.AnyTagClassName
{
color: #2AD501;
}
</style>
background-color css
<style>
a { background-color: #2AD501; }
a { background-color: rgb(42,213,1); }
div.DivClassName
{
background-color: #2AD501;
}
.BgClassName
{
background-color: #2AD501;
}
</style>
border-color css
<style>
span { border-color: #2AD501; }
span { border-color: rgb(42,213,1); }
td.TdClassName
{
border-color: #2AD501;
}
.TagClassName
{
border-color: #2AD501;
}
</style>