Shades of Harlequin #2AE304
Tints of Harlequin #2AE304
RGB
CMYK
RGB Variations
Color information
#2AE304 (or 0x2AE304) is known color: Harlequin. HEX triplet: 2A, E3 and 04. RGB value is (42,227,4). Sum of RGB (Red+Green+Blue) = 42+227+4=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 227 (89.06% from 255 or 83.15% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE304 is #D51CFB. Grayscale: #929292. Windows color (decimal): -13966588 or 320298. OLE color: 320298.
HSL color Cylindrical-coordinate representation of color #2AE304: hue angle of 109.78º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AE304 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 4 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.11 |
| HSL | 109.78º | 0.97% | 0.45% | - |
| HSV(B) | 109.78º | 0.98% | 0.89% | - |
| XYZ | 28.45 | 55.44 | 9.32 | - |
| YUV | 146.26 | 47.71 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 4 | 0.81 | 0 | 0.98 | 0.11 | 109.78 | 0.97 | 0.45 |
| Hex | 2A | E3 | 4 | 51 | 0 | 62 | B | 6E | 61 | 2D |
| Octal | 52 | 343 | 4 | 121 | 0 | 142 | 13 | 156 | 141 | 55 |
| Binary | 101010 | 11100011 | 100 | 1010001 | 0 | 1100010 | 1011 | 1101110 | 1100001 | 101101 |
Color Harmonies of #2AE304
Complementary color
Monochromatic Colors of #2AE304
Black with #2AE304
Text Example
Text Example
White with #2AE304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE304; }
p { color: rgb(42,227,4); }
H1.HeaderClassName
{
color: #2AE304;
}
.AnyTagClassName
{
color: #2AE304;
}
</style>
background-color css
<style>
a { background-color: #2AE304; }
a { background-color: rgb(42,227,4); }
div.DivClassName
{
background-color: #2AE304;
}
.BgClassName
{
background-color: #2AE304;
}
</style>
border-color css
<style>
span { border-color: #2AE304; }
span { border-color: rgb(42,227,4); }
td.TdClassName
{
border-color: #2AE304;
}
.TagClassName
{
border-color: #2AE304;
}
</style>