Shades of Free Speech Green #2AF720
Tints of Free Speech Green #2AF720
RGB
CMYK
RGB Variations
Color information
#2AF720 (or 0x2AF720) is known color: Free Speech Green. HEX triplet: 2A, F7 and 20. RGB value is (42,247,32). Sum of RGB (Red+Green+Blue) = 42+247+32=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 247 (96.88% from 255 or 76.95% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF720 is #D508DF. Grayscale: #A1A1A1. Windows color (decimal): -13961440 or 2160426. OLE color: 2160426.
HSL color Cylindrical-coordinate representation of color #2AF720: hue angle of 117.21º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AF720 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 32 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.03 |
| HSL | 117.21º | 0.93% | 0.55% | - |
| HSV(B) | 117.21º | 0.87% | 0.97% | - |
| XYZ | 34.48 | 67.12 | 12.5 | - |
| YUV | 161.2 | 55.08 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 32 | 0.83 | 0 | 0.87 | 0.03 | 117.21 | 0.93 | 0.55 |
| Hex | 2A | F7 | 20 | 53 | 0 | 57 | 3 | 75 | 5D | 37 |
| Octal | 52 | 367 | 40 | 123 | 0 | 127 | 3 | 165 | 135 | 67 |
| Binary | 101010 | 11110111 | 100000 | 1010011 | 0 | 1010111 | 11 | 1110101 | 1011101 | 110111 |
Color Harmonies of #2AF720
Complementary color
Monochromatic Colors of #2AF720
Black with #2AF720
Text Example
Text Example
White with #2AF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF720; }
p { color: rgb(42,247,32); }
H1.HeaderClassName
{
color: #2AF720;
}
.AnyTagClassName
{
color: #2AF720;
}
</style>
background-color css
<style>
a { background-color: #2AF720; }
a { background-color: rgb(42,247,32); }
div.DivClassName
{
background-color: #2AF720;
}
.BgClassName
{
background-color: #2AF720;
}
</style>
border-color css
<style>
span { border-color: #2AF720; }
span { border-color: rgb(42,247,32); }
td.TdClassName
{
border-color: #2AF720;
}
.TagClassName
{
border-color: #2AF720;
}
</style>