Shades of Free Speech Green #2AF122
Tints of Free Speech Green #2AF122
RGB
CMYK
RGB Variations
Color information
#2AF122 (or 0x2AF122) is known color: Free Speech Green. HEX triplet: 2A, F1 and 22. RGB value is (42,241,34). Sum of RGB (Red+Green+Blue) = 42+241+34=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 241 (94.53% from 255 or 76.03% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF122 is #D50EDD. Grayscale: #9E9E9E. Windows color (decimal): -13962974 or 2289962. OLE color: 2289962.
HSL color Cylindrical-coordinate representation of color #2AF122: hue angle of 117.68º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AF122 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 34 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.05 |
| HSL | 117.68º | 0.88% | 0.54% | - |
| HSV(B) | 117.68º | 0.86% | 0.95% | - |
| XYZ | 32.7 | 63.52 | 12.05 | - |
| YUV | 157.9 | 58.07 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 34 | 0.83 | 0 | 0.86 | 0.05 | 117.68 | 0.88 | 0.54 |
| Hex | 2A | F1 | 22 | 53 | 0 | 56 | 5 | 76 | 58 | 36 |
| Octal | 52 | 361 | 42 | 123 | 0 | 126 | 5 | 166 | 130 | 66 |
| Binary | 101010 | 11110001 | 100010 | 1010011 | 0 | 1010110 | 101 | 1110110 | 1011000 | 110110 |
Color Harmonies of #2AF122
Complementary color
Monochromatic Colors of #2AF122
Black with #2AF122
Text Example
Text Example
White with #2AF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF122; }
p { color: rgb(42,241,34); }
H1.HeaderClassName
{
color: #2AF122;
}
.AnyTagClassName
{
color: #2AF122;
}
</style>
background-color css
<style>
a { background-color: #2AF122; }
a { background-color: rgb(42,241,34); }
div.DivClassName
{
background-color: #2AF122;
}
.BgClassName
{
background-color: #2AF122;
}
</style>
border-color css
<style>
span { border-color: #2AF122; }
span { border-color: rgb(42,241,34); }
td.TdClassName
{
border-color: #2AF122;
}
.TagClassName
{
border-color: #2AF122;
}
</style>