Shades of Free Speech Green #2AF124
Tints of Free Speech Green #2AF124
RGB
CMYK
RGB Variations
Color information
#2AF124 (or 0x2AF124) is known color: Free Speech Green. HEX triplet: 2A, F1 and 24. RGB value is (42,241,36). Sum of RGB (Red+Green+Blue) = 42+241+36=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 241 (94.53% from 255 or 75.55% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF124 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF124 is #D50EDB. Grayscale: #9E9E9E. Windows color (decimal): -13962972 or 2421034. OLE color: 2421034.
HSL color Cylindrical-coordinate representation of color #2AF124: hue angle of 118.24º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AF124 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 36 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.05 |
| HSL | 118.24º | 0.88% | 0.54% | - |
| HSV(B) | 118.24º | 0.85% | 0.95% | - |
| XYZ | 32.73 | 63.53 | 12.21 | - |
| YUV | 158.13 | 59.07 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 36 | 0.83 | 0 | 0.85 | 0.05 | 118.24 | 0.88 | 0.54 |
| Hex | 2A | F1 | 24 | 53 | 0 | 55 | 5 | 76 | 58 | 36 |
| Octal | 52 | 361 | 44 | 123 | 0 | 125 | 5 | 166 | 130 | 66 |
| Binary | 101010 | 11110001 | 100100 | 1010011 | 0 | 1010101 | 101 | 1110110 | 1011000 | 110110 |
Color Harmonies of #2AF124
Complementary color
Monochromatic Colors of #2AF124
Black with #2AF124
Text Example
Text Example
White with #2AF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF124; }
p { color: rgb(42,241,36); }
H1.HeaderClassName
{
color: #2AF124;
}
.AnyTagClassName
{
color: #2AF124;
}
</style>
background-color css
<style>
a { background-color: #2AF124; }
a { background-color: rgb(42,241,36); }
div.DivClassName
{
background-color: #2AF124;
}
.BgClassName
{
background-color: #2AF124;
}
</style>
border-color css
<style>
span { border-color: #2AF124; }
span { border-color: rgb(42,241,36); }
td.TdClassName
{
border-color: #2AF124;
}
.TagClassName
{
border-color: #2AF124;
}
</style>