Shades of Free Speech Green #2AF21E
Tints of Free Speech Green #2AF21E
RGB
CMYK
RGB Variations
Color information
#2AF21E (or 0x2AF21E) is known color: Free Speech Green. HEX triplet: 2A, F2 and 1E. RGB value is (42,242,30). Sum of RGB (Red+Green+Blue) = 42+242+30=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 242 (94.92% from 255 or 77.07% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF21E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF21E is #D50DE1. Grayscale: #9E9E9E. Windows color (decimal): -13962722 or 2028074. OLE color: 2028074.
HSL color Cylindrical-coordinate representation of color #2AF21E: hue angle of 116.6º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AF21E is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 30 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.05 |
| HSL | 116.6º | 0.89% | 0.53% | - |
| HSV(B) | 116.6º | 0.88% | 0.95% | - |
| XYZ | 32.94 | 64.09 | 11.86 | - |
| YUV | 158.03 | 55.74 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 30 | 0.83 | 0 | 0.88 | 0.05 | 116.6 | 0.89 | 0.53 |
| Hex | 2A | F2 | 1E | 53 | 0 | 58 | 5 | 75 | 59 | 35 |
| Octal | 52 | 362 | 36 | 123 | 0 | 130 | 5 | 165 | 131 | 65 |
| Binary | 101010 | 11110010 | 11110 | 1010011 | 0 | 1011000 | 101 | 1110101 | 1011001 | 110101 |
Color Harmonies of #2AF21E
Complementary color
Monochromatic Colors of #2AF21E
Black with #2AF21E
Text Example
Text Example
White with #2AF21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF21E; }
p { color: rgb(42,242,30); }
H1.HeaderClassName
{
color: #2AF21E;
}
.AnyTagClassName
{
color: #2AF21E;
}
</style>
background-color css
<style>
a { background-color: #2AF21E; }
a { background-color: rgb(42,242,30); }
div.DivClassName
{
background-color: #2AF21E;
}
.BgClassName
{
background-color: #2AF21E;
}
</style>
border-color css
<style>
span { border-color: #2AF21E; }
span { border-color: rgb(42,242,30); }
td.TdClassName
{
border-color: #2AF21E;
}
.TagClassName
{
border-color: #2AF21E;
}
</style>