Shades of Free Speech Green #2AF71A
Tints of Free Speech Green #2AF71A
RGB
CMYK
RGB Variations
Color information
#2AF71A (or 0x2AF71A) is known color: Free Speech Green. HEX triplet: 2A, F7 and 1A. RGB value is (42,247,26). Sum of RGB (Red+Green+Blue) = 42+247+26=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 247 (96.88% from 255 or 78.41% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF71A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF71A is #D508E5. Grayscale: #A1A1A1. Windows color (decimal): -13961446 or 1767210. OLE color: 1767210.
HSL color Cylindrical-coordinate representation of color #2AF71A: hue angle of 115.66º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AF71A is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 26 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.03 |
| HSL | 115.66º | 0.93% | 0.54% | - |
| HSV(B) | 115.66º | 0.89% | 0.97% | - |
| XYZ | 34.4 | 67.09 | 12.11 | - |
| YUV | 160.51 | 52.08 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 26 | 0.83 | 0 | 0.89 | 0.03 | 115.66 | 0.93 | 0.54 |
| Hex | 2A | F7 | 1A | 53 | 0 | 59 | 3 | 74 | 5D | 36 |
| Octal | 52 | 367 | 32 | 123 | 0 | 131 | 3 | 164 | 135 | 66 |
| Binary | 101010 | 11110111 | 11010 | 1010011 | 0 | 1011001 | 11 | 1110100 | 1011101 | 110110 |
Color Harmonies of #2AF71A
Complementary color
Monochromatic Colors of #2AF71A
Black with #2AF71A
Text Example
Text Example
White with #2AF71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF71A; }
p { color: rgb(42,247,26); }
H1.HeaderClassName
{
color: #2AF71A;
}
.AnyTagClassName
{
color: #2AF71A;
}
</style>
background-color css
<style>
a { background-color: #2AF71A; }
a { background-color: rgb(42,247,26); }
div.DivClassName
{
background-color: #2AF71A;
}
.BgClassName
{
background-color: #2AF71A;
}
</style>
border-color css
<style>
span { border-color: #2AF71A; }
span { border-color: rgb(42,247,26); }
td.TdClassName
{
border-color: #2AF71A;
}
.TagClassName
{
border-color: #2AF71A;
}
</style>