Shades of Free Speech Green #2AE817
Tints of Free Speech Green #2AE817
RGB
CMYK
RGB Variations
Color information
#2AE817 (or 0x2AE817) is known color: Free Speech Green. HEX triplet: 2A, E8 and 17. RGB value is (42,232,23). Sum of RGB (Red+Green+Blue) = 42+232+23=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 232 (91.02% from 255 or 78.11% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE817 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE817 is #D517E8. Grayscale: #989898. Windows color (decimal): -13965289 or 1566762. OLE color: 1566762.
HSL color Cylindrical-coordinate representation of color #2AE817: hue angle of 114.55º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AE817 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 232 | 23 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.09 |
| HSL | 114.55º | 0.82% | 0.5% | - |
| HSV(B) | 114.55º | 0.9% | 0.91% | - |
| XYZ | 29.97 | 58.27 | 10.48 | - |
| YUV | 151.36 | 55.55 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 232 | 23 | 0.82 | 0 | 0.90 | 0.09 | 114.55 | 0.82 | 0.5 |
| Hex | 2A | E8 | 17 | 52 | 0 | 5A | 9 | 73 | 52 | 32 |
| Octal | 52 | 350 | 27 | 122 | 0 | 132 | 11 | 163 | 122 | 62 |
| Binary | 101010 | 11101000 | 10111 | 1010010 | 0 | 1011010 | 1001 | 1110011 | 1010010 | 110010 |
Color Harmonies of #2AE817
Complementary color
Monochromatic Colors of #2AE817
Black with #2AE817
Text Example
Text Example
White with #2AE817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE817; }
p { color: rgb(42,232,23); }
H1.HeaderClassName
{
color: #2AE817;
}
.AnyTagClassName
{
color: #2AE817;
}
</style>
background-color css
<style>
a { background-color: #2AE817; }
a { background-color: rgb(42,232,23); }
div.DivClassName
{
background-color: #2AE817;
}
.BgClassName
{
background-color: #2AE817;
}
</style>
border-color css
<style>
span { border-color: #2AE817; }
span { border-color: rgb(42,232,23); }
td.TdClassName
{
border-color: #2AE817;
}
.TagClassName
{
border-color: #2AE817;
}
</style>