Shades of Free Speech Green #2AF118
Tints of Free Speech Green #2AF118
RGB
CMYK
RGB Variations
Color information
#2AF118 (or 0x2AF118) is known color: Free Speech Green. HEX triplet: 2A, F1 and 18. RGB value is (42,241,24). Sum of RGB (Red+Green+Blue) = 42+241+24=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 241 (94.53% from 255 or 78.50% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF118 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF118 is #D50EE7. Grayscale: #9D9D9D. Windows color (decimal): -13962984 or 1634602. OLE color: 1634602.
HSL color Cylindrical-coordinate representation of color #2AF118: hue angle of 115.02º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AF118 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 24 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.05 |
| HSL | 115.02º | 0.89% | 0.52% | - |
| HSV(B) | 115.02º | 0.9% | 0.95% | - |
| XYZ | 32.58 | 63.47 | 11.4 | - |
| YUV | 156.76 | 53.07 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 24 | 0.83 | 0 | 0.90 | 0.05 | 115.02 | 0.89 | 0.52 |
| Hex | 2A | F1 | 18 | 53 | 0 | 5A | 5 | 73 | 59 | 34 |
| Octal | 52 | 361 | 30 | 123 | 0 | 132 | 5 | 163 | 131 | 64 |
| Binary | 101010 | 11110001 | 11000 | 1010011 | 0 | 1011010 | 101 | 1110011 | 1011001 | 110100 |
Color Harmonies of #2AF118
Complementary color
Monochromatic Colors of #2AF118
Black with #2AF118
Text Example
Text Example
White with #2AF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF118; }
p { color: rgb(42,241,24); }
H1.HeaderClassName
{
color: #2AF118;
}
.AnyTagClassName
{
color: #2AF118;
}
</style>
background-color css
<style>
a { background-color: #2AF118; }
a { background-color: rgb(42,241,24); }
div.DivClassName
{
background-color: #2AF118;
}
.BgClassName
{
background-color: #2AF118;
}
</style>
border-color css
<style>
span { border-color: #2AF118; }
span { border-color: rgb(42,241,24); }
td.TdClassName
{
border-color: #2AF118;
}
.TagClassName
{
border-color: #2AF118;
}
</style>