Shades of Free Speech Green #2AF121
Tints of Free Speech Green #2AF121
RGB
CMYK
RGB Variations
Color information
#2AF121 (or 0x2AF121) is known color: Free Speech Green. HEX triplet: 2A, F1 and 21. RGB value is (42,241,33). Sum of RGB (Red+Green+Blue) = 42+241+33=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 241 (94.53% from 255 or 76.27% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF121 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF121 is #D50EDE. Grayscale: #9E9E9E. Windows color (decimal): -13962975 or 2224426. OLE color: 2224426.
HSL color Cylindrical-coordinate representation of color #2AF121: hue angle of 117.4º 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 #2AF121 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 33 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.05 |
| HSL | 117.4º | 0.88% | 0.54% | - |
| HSV(B) | 117.4º | 0.86% | 0.95% | - |
| XYZ | 32.68 | 63.51 | 11.98 | - |
| YUV | 157.79 | 57.57 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 33 | 0.83 | 0 | 0.86 | 0.05 | 117.4 | 0.88 | 0.54 |
| Hex | 2A | F1 | 21 | 53 | 0 | 56 | 5 | 75 | 58 | 36 |
| Octal | 52 | 361 | 41 | 123 | 0 | 126 | 5 | 165 | 130 | 66 |
| Binary | 101010 | 11110001 | 100001 | 1010011 | 0 | 1010110 | 101 | 1110101 | 1011000 | 110110 |
Color Harmonies of #2AF121
Complementary color
Monochromatic Colors of #2AF121
Black with #2AF121
Text Example
Text Example
White with #2AF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF121; }
p { color: rgb(42,241,33); }
H1.HeaderClassName
{
color: #2AF121;
}
.AnyTagClassName
{
color: #2AF121;
}
</style>
background-color css
<style>
a { background-color: #2AF121; }
a { background-color: rgb(42,241,33); }
div.DivClassName
{
background-color: #2AF121;
}
.BgClassName
{
background-color: #2AF121;
}
</style>
border-color css
<style>
span { border-color: #2AF121; }
span { border-color: rgb(42,241,33); }
td.TdClassName
{
border-color: #2AF121;
}
.TagClassName
{
border-color: #2AF121;
}
</style>