Shades of Free Speech Green #2AEC19
Tints of Free Speech Green #2AEC19
RGB
CMYK
RGB Variations
Color information
#2AEC19 (or 0x2AEC19) is known color: Free Speech Green. HEX triplet: 2A, EC and 19. RGB value is (42,236,25). Sum of RGB (Red+Green+Blue) = 42+236+25=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 236 (92.58% from 255 or 77.89% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AEC19 is #D513E6. Grayscale: #9A9A9A. Windows color (decimal): -13964263 or 1698858. OLE color: 1698858.
HSL color Cylindrical-coordinate representation of color #2AEC19: hue angle of 115.17º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AEC19 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 25 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.07 |
| HSL | 115.17º | 0.85% | 0.51% | - |
| HSV(B) | 115.17º | 0.89% | 0.93% | - |
| XYZ | 31.13 | 60.55 | 10.97 | - |
| YUV | 153.94 | 55.23 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 25 | 0.82 | 0 | 0.89 | 0.07 | 115.17 | 0.85 | 0.51 |
| Hex | 2A | EC | 19 | 52 | 0 | 59 | 7 | 73 | 55 | 33 |
| Octal | 52 | 354 | 31 | 122 | 0 | 131 | 7 | 163 | 125 | 63 |
| Binary | 101010 | 11101100 | 11001 | 1010010 | 0 | 1011001 | 111 | 1110011 | 1010101 | 110011 |
Color Harmonies of #2AEC19
Complementary color
Monochromatic Colors of #2AEC19
Black with #2AEC19
Text Example
Text Example
White with #2AEC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEC19; }
p { color: rgb(42,236,25); }
H1.HeaderClassName
{
color: #2AEC19;
}
.AnyTagClassName
{
color: #2AEC19;
}
</style>
background-color css
<style>
a { background-color: #2AEC19; }
a { background-color: rgb(42,236,25); }
div.DivClassName
{
background-color: #2AEC19;
}
.BgClassName
{
background-color: #2AEC19;
}
</style>
border-color css
<style>
span { border-color: #2AEC19; }
span { border-color: rgb(42,236,25); }
td.TdClassName
{
border-color: #2AEC19;
}
.TagClassName
{
border-color: #2AEC19;
}
</style>