Shades of Free Speech Green #2AF11A
Tints of Free Speech Green #2AF11A
RGB
CMYK
RGB Variations
Color information
#2AF11A (or 0x2AF11A) is known color: Free Speech Green. HEX triplet: 2A, F1 and 1A. RGB value is (42,241,26). Sum of RGB (Red+Green+Blue) = 42+241+26=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 241 (94.53% from 255 or 77.99% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF11A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF11A is #D50EE5. Grayscale: #9D9D9D. Windows color (decimal): -13962982 or 1765674. OLE color: 1765674.
HSL color Cylindrical-coordinate representation of color #2AF11A: hue angle of 115.53º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AF11A is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 26 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.05 |
| HSL | 115.53º | 0.88% | 0.52% | - |
| HSV(B) | 115.53º | 0.89% | 0.95% | - |
| XYZ | 32.6 | 63.48 | 11.51 | - |
| YUV | 156.99 | 54.07 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 26 | 0.83 | 0 | 0.89 | 0.05 | 115.53 | 0.88 | 0.52 |
| Hex | 2A | F1 | 1A | 53 | 0 | 59 | 5 | 74 | 58 | 34 |
| Octal | 52 | 361 | 32 | 123 | 0 | 131 | 5 | 164 | 130 | 64 |
| Binary | 101010 | 11110001 | 11010 | 1010011 | 0 | 1011001 | 101 | 1110100 | 1011000 | 110100 |
Color Harmonies of #2AF11A
Complementary color
Monochromatic Colors of #2AF11A
Black with #2AF11A
Text Example
Text Example
White with #2AF11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF11A; }
p { color: rgb(42,241,26); }
H1.HeaderClassName
{
color: #2AF11A;
}
.AnyTagClassName
{
color: #2AF11A;
}
</style>
background-color css
<style>
a { background-color: #2AF11A; }
a { background-color: rgb(42,241,26); }
div.DivClassName
{
background-color: #2AF11A;
}
.BgClassName
{
background-color: #2AF11A;
}
</style>
border-color css
<style>
span { border-color: #2AF11A; }
span { border-color: rgb(42,241,26); }
td.TdClassName
{
border-color: #2AF11A;
}
.TagClassName
{
border-color: #2AF11A;
}
</style>