Shades of Free Speech Green #2AF424
Tints of Free Speech Green #2AF424
RGB
CMYK
RGB Variations
Color information
#2AF424 (or 0x2AF424) is known color: Free Speech Green. HEX triplet: 2A, F4 and 24. RGB value is (42,244,36). Sum of RGB (Red+Green+Blue) = 42+244+36=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 244 (95.70% from 255 or 75.78% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF424 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF424 is #D50BDB. Grayscale: #A0A0A0. Windows color (decimal): -13962204 or 2421802. OLE color: 2421802.
HSL color Cylindrical-coordinate representation of color #2AF424: hue angle of 118.27º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AF424 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 36 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.04 |
| HSL | 118.27º | 0.9% | 0.55% | - |
| HSV(B) | 118.27º | 0.85% | 0.96% | - |
| XYZ | 33.62 | 65.32 | 12.51 | - |
| YUV | 159.89 | 58.08 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 36 | 0.83 | 0 | 0.85 | 0.04 | 118.27 | 0.9 | 0.55 |
| Hex | 2A | F4 | 24 | 53 | 0 | 55 | 4 | 76 | 5A | 37 |
| Octal | 52 | 364 | 44 | 123 | 0 | 125 | 4 | 166 | 132 | 67 |
| Binary | 101010 | 11110100 | 100100 | 1010011 | 0 | 1010101 | 100 | 1110110 | 1011010 | 110111 |
Color Harmonies of #2AF424
Complementary color
Monochromatic Colors of #2AF424
Black with #2AF424
Text Example
Text Example
White with #2AF424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF424; }
p { color: rgb(42,244,36); }
H1.HeaderClassName
{
color: #2AF424;
}
.AnyTagClassName
{
color: #2AF424;
}
</style>
background-color css
<style>
a { background-color: #2AF424; }
a { background-color: rgb(42,244,36); }
div.DivClassName
{
background-color: #2AF424;
}
.BgClassName
{
background-color: #2AF424;
}
</style>
border-color css
<style>
span { border-color: #2AF424; }
span { border-color: rgb(42,244,36); }
td.TdClassName
{
border-color: #2AF424;
}
.TagClassName
{
border-color: #2AF424;
}
</style>