Shades of Harlequin #2AD503
Tints of Harlequin #2AD503
RGB
CMYK
RGB Variations
Color information
#2AD503 (or 0x2AD503) is known color: Harlequin. HEX triplet: 2A, D5 and 03. RGB value is (42,213,3). Sum of RGB (Red+Green+Blue) = 42+213+3=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 213 (83.59% from 255 or 82.56% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD503 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD503 is #D52AFC. Grayscale: #8A8A8A. Windows color (decimal): -13970173 or 251178. OLE color: 251178.
HSL color Cylindrical-coordinate representation of color #2AD503: hue angle of 108.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AD503 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.16 |
| HSL | 108.86º | 0.97% | 0.42% | - |
| HSV(B) | 108.86º | 0.99% | 0.84% | - |
| XYZ | 24.77 | 48.09 | 8.06 | - |
| YUV | 137.93 | 51.85 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 3 | 0.80 | 0 | 0.99 | 0.16 | 108.86 | 0.97 | 0.42 |
| Hex | 2A | D5 | 3 | 50 | 0 | 63 | 10 | 6D | 61 | 2A |
| Octal | 52 | 325 | 3 | 120 | 0 | 143 | 20 | 155 | 141 | 52 |
| Binary | 101010 | 11010101 | 11 | 1010000 | 0 | 1100011 | 10000 | 1101101 | 1100001 | 101010 |
Color Harmonies of #2AD503
Complementary color
Monochromatic Colors of #2AD503
Black with #2AD503
Text Example
Text Example
White with #2AD503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD503; }
p { color: rgb(42,213,3); }
H1.HeaderClassName
{
color: #2AD503;
}
.AnyTagClassName
{
color: #2AD503;
}
</style>
background-color css
<style>
a { background-color: #2AD503; }
a { background-color: rgb(42,213,3); }
div.DivClassName
{
background-color: #2AD503;
}
.BgClassName
{
background-color: #2AD503;
}
</style>
border-color css
<style>
span { border-color: #2AD503; }
span { border-color: rgb(42,213,3); }
td.TdClassName
{
border-color: #2AD503;
}
.TagClassName
{
border-color: #2AD503;
}
</style>