Shades of Free Speech Green #2AF523
Tints of Free Speech Green #2AF523
RGB
CMYK
RGB Variations
Color information
#2AF523 (or 0x2AF523) is known color: Free Speech Green. HEX triplet: 2A, F5 and 23. RGB value is (42,245,35). Sum of RGB (Red+Green+Blue) = 42+245+35=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 245 (96.09% from 255 or 76.09% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF523 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF523 is #D50ADC. Grayscale: #A0A0A0. Windows color (decimal): -13961949 or 2356522. OLE color: 2356522.
HSL color Cylindrical-coordinate representation of color #2AF523: hue angle of 118º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AF523 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 245 | 35 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.04 |
| HSL | 118º | 0.91% | 0.55% | - |
| HSV(B) | 118º | 0.86% | 0.96% | - |
| XYZ | 33.91 | 65.92 | 12.53 | - |
| YUV | 160.36 | 57.25 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 245 | 35 | 0.83 | 0 | 0.86 | 0.04 | 118 | 0.91 | 0.55 |
| Hex | 2A | F5 | 23 | 53 | 0 | 56 | 4 | 76 | 5B | 37 |
| Octal | 52 | 365 | 43 | 123 | 0 | 126 | 4 | 166 | 133 | 67 |
| Binary | 101010 | 11110101 | 100011 | 1010011 | 0 | 1010110 | 100 | 1110110 | 1011011 | 110111 |
Color Harmonies of #2AF523
Complementary color
Monochromatic Colors of #2AF523
Black with #2AF523
Text Example
Text Example
White with #2AF523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF523; }
p { color: rgb(42,245,35); }
H1.HeaderClassName
{
color: #2AF523;
}
.AnyTagClassName
{
color: #2AF523;
}
</style>
background-color css
<style>
a { background-color: #2AF523; }
a { background-color: rgb(42,245,35); }
div.DivClassName
{
background-color: #2AF523;
}
.BgClassName
{
background-color: #2AF523;
}
</style>
border-color css
<style>
span { border-color: #2AF523; }
span { border-color: rgb(42,245,35); }
td.TdClassName
{
border-color: #2AF523;
}
.TagClassName
{
border-color: #2AF523;
}
</style>