Shades of Harlequin #2AE60E
Tints of Harlequin #2AE60E
RGB
CMYK
RGB Variations
Color information
#2AE60E (or 0x2AE60E) is known color: Harlequin. HEX triplet: 2A, E6 and 0E. RGB value is (42,230,14). Sum of RGB (Red+Green+Blue) = 42+230+14=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 230 (90.23% from 255 or 80.42% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE60E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE60E is #D519F1. Grayscale: #959595. Windows color (decimal): -13965810 or 976426. OLE color: 976426.
HSL color Cylindrical-coordinate representation of color #2AE60E: hue angle of 112.22º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AE60E is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 230 | 14 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.10 |
| HSL | 112.22º | 0.89% | 0.48% | - |
| HSV(B) | 112.22º | 0.94% | 0.9% | - |
| XYZ | 29.33 | 57.12 | 9.89 | - |
| YUV | 149.16 | 51.72 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 230 | 14 | 0.82 | 0 | 0.94 | 0.10 | 112.22 | 0.89 | 0.48 |
| Hex | 2A | E6 | E | 52 | 0 | 5E | A | 70 | 59 | 30 |
| Octal | 52 | 346 | 16 | 122 | 0 | 136 | 12 | 160 | 131 | 60 |
| Binary | 101010 | 11100110 | 1110 | 1010010 | 0 | 1011110 | 1010 | 1110000 | 1011001 | 110000 |
Color Harmonies of #2AE60E
Complementary color
Monochromatic Colors of #2AE60E
Black with #2AE60E
Text Example
Text Example
White with #2AE60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE60E; }
p { color: rgb(42,230,14); }
H1.HeaderClassName
{
color: #2AE60E;
}
.AnyTagClassName
{
color: #2AE60E;
}
</style>
background-color css
<style>
a { background-color: #2AE60E; }
a { background-color: rgb(42,230,14); }
div.DivClassName
{
background-color: #2AE60E;
}
.BgClassName
{
background-color: #2AE60E;
}
</style>
border-color css
<style>
span { border-color: #2AE60E; }
span { border-color: rgb(42,230,14); }
td.TdClassName
{
border-color: #2AE60E;
}
.TagClassName
{
border-color: #2AE60E;
}
</style>