Shades of Free Speech Green #2AF61A
Tints of Free Speech Green #2AF61A
RGB
CMYK
RGB Variations
Color information
#2AF61A (or 0x2AF61A) is known color: Free Speech Green. HEX triplet: 2A, F6 and 1A. RGB value is (42,246,26). Sum of RGB (Red+Green+Blue) = 42+246+26=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 246 (96.48% from 255 or 78.34% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF61A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF61A is #D509E5. Grayscale: #A0A0A0. Windows color (decimal): -13961702 or 1766954. OLE color: 1766954.
HSL color Cylindrical-coordinate representation of color #2AF61A: hue angle of 115.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AF61A is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 26 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.04 |
| HSL | 115.64º | 0.92% | 0.53% | - |
| HSV(B) | 115.64º | 0.89% | 0.96% | - |
| XYZ | 34.1 | 66.48 | 12.01 | - |
| YUV | 159.92 | 52.41 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 26 | 0.83 | 0 | 0.89 | 0.04 | 115.64 | 0.92 | 0.53 |
| Hex | 2A | F6 | 1A | 53 | 0 | 59 | 4 | 74 | 5C | 35 |
| Octal | 52 | 366 | 32 | 123 | 0 | 131 | 4 | 164 | 134 | 65 |
| Binary | 101010 | 11110110 | 11010 | 1010011 | 0 | 1011001 | 100 | 1110100 | 1011100 | 110101 |
Color Harmonies of #2AF61A
Complementary color
Monochromatic Colors of #2AF61A
Black with #2AF61A
Text Example
Text Example
White with #2AF61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF61A; }
p { color: rgb(42,246,26); }
H1.HeaderClassName
{
color: #2AF61A;
}
.AnyTagClassName
{
color: #2AF61A;
}
</style>
background-color css
<style>
a { background-color: #2AF61A; }
a { background-color: rgb(42,246,26); }
div.DivClassName
{
background-color: #2AF61A;
}
.BgClassName
{
background-color: #2AF61A;
}
</style>
border-color css
<style>
span { border-color: #2AF61A; }
span { border-color: rgb(42,246,26); }
td.TdClassName
{
border-color: #2AF61A;
}
.TagClassName
{
border-color: #2AF61A;
}
</style>