Shades of Harlequin #2AEA00
Tints of Harlequin #2AEA00
RGB
CMYK
RGB Variations
Color information
#2AEA00 (or 0x2AEA00) is known color: Harlequin. HEX triplet: 2A, EA and 00. RGB value is (42,234,0). Sum of RGB (Red+Green+Blue) = 42+234+0=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 234 (91.80% from 255 or 84.78% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AEA00 is #D515FF. Grayscale: #969696. Windows color (decimal): -13964800 or 59946. OLE color: 59946.
HSL color Cylindrical-coordinate representation of color #2AEA00: hue angle of 109.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AEA00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.08 |
| HSL | 109.23º | 1% | 0.46% | - |
| HSV(B) | 109.23º | 1% | 0.92% | - |
| XYZ | 30.38 | 59.34 | 9.85 | - |
| YUV | 149.92 | 43.39 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 0 | 0.82 | 0 | 1 | 0.08 | 109.23 | 1 | 0.46 |
| Hex | 2A | EA | 0 | 52 | 0 | 64 | 8 | 6D | 64 | 2E |
| Octal | 52 | 352 | 0 | 122 | 0 | 144 | 10 | 155 | 144 | 56 |
| Binary | 101010 | 11101010 | 0 | 1010010 | 0 | 1100100 | 1000 | 1101101 | 1100100 | 101110 |
Color Harmonies of #2AEA00
Complementary color
Monochromatic Colors of #2AEA00
Black with #2AEA00
Text Example
Text Example
White with #2AEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEA00; }
p { color: rgb(42,234,0); }
H1.HeaderClassName
{
color: #2AEA00;
}
.AnyTagClassName
{
color: #2AEA00;
}
</style>
background-color css
<style>
a { background-color: #2AEA00; }
a { background-color: rgb(42,234,0); }
div.DivClassName
{
background-color: #2AEA00;
}
.BgClassName
{
background-color: #2AEA00;
}
</style>
border-color css
<style>
span { border-color: #2AEA00; }
span { border-color: rgb(42,234,0); }
td.TdClassName
{
border-color: #2AEA00;
}
.TagClassName
{
border-color: #2AEA00;
}
</style>