Shades of Free Speech Green #2AF91A
Tints of Free Speech Green #2AF91A
RGB
CMYK
RGB Variations
Color information
#2AF91A (or 0x2AF91A) is known color: Free Speech Green. HEX triplet: 2A, F9 and 1A. RGB value is (42,249,26). Sum of RGB (Red+Green+Blue) = 42+249+26=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 249 (97.66% from 255 or 78.55% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF91A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF91A is #D506E5. Grayscale: #A2A2A2. Windows color (decimal): -13960934 or 1767722. OLE color: 1767722.
HSL color Cylindrical-coordinate representation of color #2AF91A: hue angle of 115.7º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AF91A is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 26 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.02 |
| HSL | 115.7º | 0.95% | 0.54% | - |
| HSV(B) | 115.7º | 0.9% | 0.98% | - |
| XYZ | 35.02 | 68.32 | 12.32 | - |
| YUV | 161.69 | 51.42 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 26 | 0.83 | 0 | 0.90 | 0.02 | 115.7 | 0.95 | 0.54 |
| Hex | 2A | F9 | 1A | 53 | 0 | 5A | 2 | 74 | 5F | 36 |
| Octal | 52 | 371 | 32 | 123 | 0 | 132 | 2 | 164 | 137 | 66 |
| Binary | 101010 | 11111001 | 11010 | 1010011 | 0 | 1011010 | 10 | 1110100 | 1011111 | 110110 |
Color Harmonies of #2AF91A
Complementary color
Monochromatic Colors of #2AF91A
Black with #2AF91A
Text Example
Text Example
White with #2AF91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF91A; }
p { color: rgb(42,249,26); }
H1.HeaderClassName
{
color: #2AF91A;
}
.AnyTagClassName
{
color: #2AF91A;
}
</style>
background-color css
<style>
a { background-color: #2AF91A; }
a { background-color: rgb(42,249,26); }
div.DivClassName
{
background-color: #2AF91A;
}
.BgClassName
{
background-color: #2AF91A;
}
</style>
border-color css
<style>
span { border-color: #2AF91A; }
span { border-color: rgb(42,249,26); }
td.TdClassName
{
border-color: #2AF91A;
}
.TagClassName
{
border-color: #2AF91A;
}
</style>