Shades of Harlequin #2AE300
Tints of Harlequin #2AE300
RGB
CMYK
RGB Variations
Color information
#2AE300 (or 0x2AE300) is known color: Harlequin. HEX triplet: 2A, E3 and 00. RGB value is (42,227,0). Sum of RGB (Red+Green+Blue) = 42+227+0=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 227 (89.06% from 255 or 84.39% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE300 is #D51CFF. Grayscale: #929292. Windows color (decimal): -13966592 or 58154. OLE color: 58154.
HSL color Cylindrical-coordinate representation of color #2AE300: hue angle of 108.9º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AE300 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.11 |
| HSL | 108.9º | 1% | 0.45% | - |
| HSV(B) | 108.9º | 1% | 0.89% | - |
| XYZ | 28.42 | 55.43 | 9.2 | - |
| YUV | 145.81 | 45.71 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 0 | 0.81 | 0 | 1 | 0.11 | 108.9 | 1 | 0.45 |
| Hex | 2A | E3 | 0 | 51 | 0 | 64 | B | 6D | 64 | 2D |
| Octal | 52 | 343 | 0 | 121 | 0 | 144 | 13 | 155 | 144 | 55 |
| Binary | 101010 | 11100011 | 0 | 1010001 | 0 | 1100100 | 1011 | 1101101 | 1100100 | 101101 |
Color Harmonies of #2AE300
Complementary color
Monochromatic Colors of #2AE300
Black with #2AE300
Text Example
Text Example
White with #2AE300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE300; }
p { color: rgb(42,227,0); }
H1.HeaderClassName
{
color: #2AE300;
}
.AnyTagClassName
{
color: #2AE300;
}
</style>
background-color css
<style>
a { background-color: #2AE300; }
a { background-color: rgb(42,227,0); }
div.DivClassName
{
background-color: #2AE300;
}
.BgClassName
{
background-color: #2AE300;
}
</style>
border-color css
<style>
span { border-color: #2AE300; }
span { border-color: rgb(42,227,0); }
td.TdClassName
{
border-color: #2AE300;
}
.TagClassName
{
border-color: #2AE300;
}
</style>