Shades of Harlequin #2AE600
Tints of Harlequin #2AE600
RGB
CMYK
RGB Variations
Color information
#2AE600 (or 0x2AE600) is known color: Harlequin. HEX triplet: 2A, E6 and 00. RGB value is (42,230,0). Sum of RGB (Red+Green+Blue) = 42+230+0=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 230 (90.23% from 255 or 84.56% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE600 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE600 is #D519FF. Grayscale: #949494. Windows color (decimal): -13965824 or 58922. OLE color: 58922.
HSL color Cylindrical-coordinate representation of color #2AE600: hue angle of 109.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AE600 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 230 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.10 |
| HSL | 109.04º | 1% | 0.45% | - |
| HSV(B) | 109.04º | 1% | 0.9% | - |
| XYZ | 29.25 | 57.09 | 9.48 | - |
| YUV | 147.57 | 44.72 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 230 | 0 | 0.82 | 0 | 1 | 0.10 | 109.04 | 1 | 0.45 |
| Hex | 2A | E6 | 0 | 52 | 0 | 64 | A | 6D | 64 | 2D |
| Octal | 52 | 346 | 0 | 122 | 0 | 144 | 12 | 155 | 144 | 55 |
| Binary | 101010 | 11100110 | 0 | 1010010 | 0 | 1100100 | 1010 | 1101101 | 1100100 | 101101 |
Color Harmonies of #2AE600
Complementary color
Monochromatic Colors of #2AE600
Black with #2AE600
Text Example
Text Example
White with #2AE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE600; }
p { color: rgb(42,230,0); }
H1.HeaderClassName
{
color: #2AE600;
}
.AnyTagClassName
{
color: #2AE600;
}
</style>
background-color css
<style>
a { background-color: #2AE600; }
a { background-color: rgb(42,230,0); }
div.DivClassName
{
background-color: #2AE600;
}
.BgClassName
{
background-color: #2AE600;
}
</style>
border-color css
<style>
span { border-color: #2AE600; }
span { border-color: rgb(42,230,0); }
td.TdClassName
{
border-color: #2AE600;
}
.TagClassName
{
border-color: #2AE600;
}
</style>