Shades of Free Speech Green #2AF41A
Tints of Free Speech Green #2AF41A
RGB
CMYK
RGB Variations
Color information
#2AF41A (or 0x2AF41A) is known color: Free Speech Green. HEX triplet: 2A, F4 and 1A. RGB value is (42,244,26). Sum of RGB (Red+Green+Blue) = 42+244+26=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 244 (95.70% from 255 or 78.21% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF41A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF41A is #D50BE5. Grayscale: #9F9F9F. Windows color (decimal): -13962214 or 1766442. OLE color: 1766442.
HSL color Cylindrical-coordinate representation of color #2AF41A: hue angle of 115.6º degrees, saturation: 0.91, 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 #2AF41A is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 26 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.04 |
| HSL | 115.6º | 0.91% | 0.53% | - |
| HSV(B) | 115.6º | 0.89% | 0.96% | - |
| XYZ | 33.49 | 65.27 | 11.81 | - |
| YUV | 158.75 | 53.08 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 26 | 0.83 | 0 | 0.89 | 0.04 | 115.6 | 0.91 | 0.53 |
| Hex | 2A | F4 | 1A | 53 | 0 | 59 | 4 | 74 | 5B | 35 |
| Octal | 52 | 364 | 32 | 123 | 0 | 131 | 4 | 164 | 133 | 65 |
| Binary | 101010 | 11110100 | 11010 | 1010011 | 0 | 1011001 | 100 | 1110100 | 1011011 | 110101 |
Color Harmonies of #2AF41A
Complementary color
Monochromatic Colors of #2AF41A
Black with #2AF41A
Text Example
Text Example
White with #2AF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF41A; }
p { color: rgb(42,244,26); }
H1.HeaderClassName
{
color: #2AF41A;
}
.AnyTagClassName
{
color: #2AF41A;
}
</style>
background-color css
<style>
a { background-color: #2AF41A; }
a { background-color: rgb(42,244,26); }
div.DivClassName
{
background-color: #2AF41A;
}
.BgClassName
{
background-color: #2AF41A;
}
</style>
border-color css
<style>
span { border-color: #2AF41A; }
span { border-color: rgb(42,244,26); }
td.TdClassName
{
border-color: #2AF41A;
}
.TagClassName
{
border-color: #2AF41A;
}
</style>