Shades of Free Speech Green #2AF020
Tints of Free Speech Green #2AF020
RGB
CMYK
RGB Variations
Color information
#2AF020 (or 0x2AF020) is known color: Free Speech Green. HEX triplet: 2A, F0 and 20. RGB value is (42,240,32). Sum of RGB (Red+Green+Blue) = 42+240+32=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 240 (94.14% from 255 or 76.43% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF020 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF020 is #D50FDF. Grayscale: #9D9D9D. Windows color (decimal): -13963232 or 2158634. OLE color: 2158634.
HSL color Cylindrical-coordinate representation of color #2AF020: hue angle of 117.12º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AF020 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 32 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.06 |
| HSL | 117.12º | 0.87% | 0.53% | - |
| HSV(B) | 117.12º | 0.87% | 0.94% | - |
| XYZ | 32.38 | 62.92 | 11.8 | - |
| YUV | 157.09 | 57.4 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 32 | 0.82 | 0 | 0.87 | 0.06 | 117.12 | 0.87 | 0.53 |
| Hex | 2A | F0 | 20 | 52 | 0 | 57 | 6 | 75 | 57 | 35 |
| Octal | 52 | 360 | 40 | 122 | 0 | 127 | 6 | 165 | 127 | 65 |
| Binary | 101010 | 11110000 | 100000 | 1010010 | 0 | 1010111 | 110 | 1110101 | 1010111 | 110101 |
Color Harmonies of #2AF020
Complementary color
Monochromatic Colors of #2AF020
Black with #2AF020
Text Example
Text Example
White with #2AF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF020; }
p { color: rgb(42,240,32); }
H1.HeaderClassName
{
color: #2AF020;
}
.AnyTagClassName
{
color: #2AF020;
}
</style>
background-color css
<style>
a { background-color: #2AF020; }
a { background-color: rgb(42,240,32); }
div.DivClassName
{
background-color: #2AF020;
}
.BgClassName
{
background-color: #2AF020;
}
</style>
border-color css
<style>
span { border-color: #2AF020; }
span { border-color: rgb(42,240,32); }
td.TdClassName
{
border-color: #2AF020;
}
.TagClassName
{
border-color: #2AF020;
}
</style>