Shades of Free Speech Green #2AF21A
Tints of Free Speech Green #2AF21A
RGB
CMYK
RGB Variations
Color information
#2AF21A (or 0x2AF21A) is known color: Free Speech Green. HEX triplet: 2A, F2 and 1A. RGB value is (42,242,26). Sum of RGB (Red+Green+Blue) = 42+242+26=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 242 (94.92% from 255 or 78.06% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF21A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF21A is #D50DE5. Grayscale: #9E9E9E. Windows color (decimal): -13962726 or 1765930. OLE color: 1765930.
HSL color Cylindrical-coordinate representation of color #2AF21A: hue angle of 115.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AF21A is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 26 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.05 |
| HSL | 115.56º | 0.89% | 0.53% | - |
| HSV(B) | 115.56º | 0.89% | 0.95% | - |
| XYZ | 32.89 | 64.07 | 11.61 | - |
| YUV | 157.58 | 53.74 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 26 | 0.83 | 0 | 0.89 | 0.05 | 115.56 | 0.89 | 0.53 |
| Hex | 2A | F2 | 1A | 53 | 0 | 59 | 5 | 74 | 59 | 35 |
| Octal | 52 | 362 | 32 | 123 | 0 | 131 | 5 | 164 | 131 | 65 |
| Binary | 101010 | 11110010 | 11010 | 1010011 | 0 | 1011001 | 101 | 1110100 | 1011001 | 110101 |
Color Harmonies of #2AF21A
Complementary color
Monochromatic Colors of #2AF21A
Black with #2AF21A
Text Example
Text Example
White with #2AF21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF21A; }
p { color: rgb(42,242,26); }
H1.HeaderClassName
{
color: #2AF21A;
}
.AnyTagClassName
{
color: #2AF21A;
}
</style>
background-color css
<style>
a { background-color: #2AF21A; }
a { background-color: rgb(42,242,26); }
div.DivClassName
{
background-color: #2AF21A;
}
.BgClassName
{
background-color: #2AF21A;
}
</style>
border-color css
<style>
span { border-color: #2AF21A; }
span { border-color: rgb(42,242,26); }
td.TdClassName
{
border-color: #2AF21A;
}
.TagClassName
{
border-color: #2AF21A;
}
</style>