Shades of Free Speech Green #2AF525
Tints of Free Speech Green #2AF525
RGB
CMYK
RGB Variations
Color information
#2AF525 (or 0x2AF525) is known color: Free Speech Green. HEX triplet: 2A, F5 and 25. RGB value is (42,245,37). Sum of RGB (Red+Green+Blue) = 42+245+37=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 245 (96.09% from 255 or 75.62% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF525 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF525 is #D50ADA. Grayscale: #A1A1A1. Windows color (decimal): -13961947 or 2487594. OLE color: 2487594.
HSL color Cylindrical-coordinate representation of color #2AF525: hue angle of 118.56º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AF525 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 245 | 37 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.04 |
| HSL | 118.56º | 0.91% | 0.55% | - |
| HSV(B) | 118.56º | 0.85% | 0.96% | - |
| XYZ | 33.94 | 65.93 | 12.69 | - |
| YUV | 160.59 | 58.25 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 245 | 37 | 0.83 | 0 | 0.85 | 0.04 | 118.56 | 0.91 | 0.55 |
| Hex | 2A | F5 | 25 | 53 | 0 | 55 | 4 | 77 | 5B | 37 |
| Octal | 52 | 365 | 45 | 123 | 0 | 125 | 4 | 167 | 133 | 67 |
| Binary | 101010 | 11110101 | 100101 | 1010011 | 0 | 1010101 | 100 | 1110111 | 1011011 | 110111 |
Color Harmonies of #2AF525
Complementary color
Monochromatic Colors of #2AF525
Black with #2AF525
Text Example
Text Example
White with #2AF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF525; }
p { color: rgb(42,245,37); }
H1.HeaderClassName
{
color: #2AF525;
}
.AnyTagClassName
{
color: #2AF525;
}
</style>
background-color css
<style>
a { background-color: #2AF525; }
a { background-color: rgb(42,245,37); }
div.DivClassName
{
background-color: #2AF525;
}
.BgClassName
{
background-color: #2AF525;
}
</style>
border-color css
<style>
span { border-color: #2AF525; }
span { border-color: rgb(42,245,37); }
td.TdClassName
{
border-color: #2AF525;
}
.TagClassName
{
border-color: #2AF525;
}
</style>