Shades of Harlequin #2AE803
Tints of Harlequin #2AE803
RGB
CMYK
RGB Variations
Color information
#2AE803 (or 0x2AE803) is known color: Harlequin. HEX triplet: 2A, E8 and 03. RGB value is (42,232,3). Sum of RGB (Red+Green+Blue) = 42+232+3=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 232 (91.02% from 255 or 83.75% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE803 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE803 is #D517FC. Grayscale: #959595. Windows color (decimal): -13965309 or 256042. OLE color: 256042.
HSL color Cylindrical-coordinate representation of color #2AE803: hue angle of 109.78º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AE803 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 232 | 3 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.09 |
| HSL | 109.78º | 0.97% | 0.46% | - |
| HSV(B) | 109.78º | 0.99% | 0.91% | - |
| XYZ | 29.83 | 58.21 | 9.75 | - |
| YUV | 149.08 | 45.55 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 232 | 3 | 0.82 | 0 | 0.99 | 0.09 | 109.78 | 0.97 | 0.46 |
| Hex | 2A | E8 | 3 | 52 | 0 | 63 | 9 | 6E | 61 | 2E |
| Octal | 52 | 350 | 3 | 122 | 0 | 143 | 11 | 156 | 141 | 56 |
| Binary | 101010 | 11101000 | 11 | 1010010 | 0 | 1100011 | 1001 | 1101110 | 1100001 | 101110 |
Color Harmonies of #2AE803
Complementary color
Monochromatic Colors of #2AE803
Black with #2AE803
Text Example
Text Example
White with #2AE803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE803; }
p { color: rgb(42,232,3); }
H1.HeaderClassName
{
color: #2AE803;
}
.AnyTagClassName
{
color: #2AE803;
}
</style>
background-color css
<style>
a { background-color: #2AE803; }
a { background-color: rgb(42,232,3); }
div.DivClassName
{
background-color: #2AE803;
}
.BgClassName
{
background-color: #2AE803;
}
</style>
border-color css
<style>
span { border-color: #2AE803; }
span { border-color: rgb(42,232,3); }
td.TdClassName
{
border-color: #2AE803;
}
.TagClassName
{
border-color: #2AE803;
}
</style>