Shades of Free Speech Green #2AEC1C
Tints of Free Speech Green #2AEC1C
RGB
CMYK
RGB Variations
Color information
#2AEC1C (or 0x2AEC1C) is known color: Free Speech Green. HEX triplet: 2A, EC and 1C. RGB value is (42,236,28). Sum of RGB (Red+Green+Blue) = 42+236+28=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 236 (92.58% from 255 or 77.12% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEC1C is #D513E3. Grayscale: #9A9A9A. Windows color (decimal): -13964260 or 1895466. OLE color: 1895466.
HSL color Cylindrical-coordinate representation of color #2AEC1C: hue angle of 115.96º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AEC1C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 28 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.07 |
| HSL | 115.96º | 0.85% | 0.52% | - |
| HSV(B) | 115.96º | 0.88% | 0.93% | - |
| XYZ | 31.16 | 60.57 | 11.15 | - |
| YUV | 154.28 | 56.73 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 28 | 0.82 | 0 | 0.88 | 0.07 | 115.96 | 0.85 | 0.52 |
| Hex | 2A | EC | 1C | 52 | 0 | 58 | 7 | 74 | 55 | 34 |
| Octal | 52 | 354 | 34 | 122 | 0 | 130 | 7 | 164 | 125 | 64 |
| Binary | 101010 | 11101100 | 11100 | 1010010 | 0 | 1011000 | 111 | 1110100 | 1010101 | 110100 |
Color Harmonies of #2AEC1C
Complementary color
Monochromatic Colors of #2AEC1C
Black with #2AEC1C
Text Example
Text Example
White with #2AEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEC1C; }
p { color: rgb(42,236,28); }
H1.HeaderClassName
{
color: #2AEC1C;
}
.AnyTagClassName
{
color: #2AEC1C;
}
</style>
background-color css
<style>
a { background-color: #2AEC1C; }
a { background-color: rgb(42,236,28); }
div.DivClassName
{
background-color: #2AEC1C;
}
.BgClassName
{
background-color: #2AEC1C;
}
</style>
border-color css
<style>
span { border-color: #2AEC1C; }
span { border-color: rgb(42,236,28); }
td.TdClassName
{
border-color: #2AEC1C;
}
.TagClassName
{
border-color: #2AEC1C;
}
</style>