Shades of Free Speech Green #2AF621
Tints of Free Speech Green #2AF621
RGB
CMYK
RGB Variations
Color information
#2AF621 (or 0x2AF621) is known color: Free Speech Green. HEX triplet: 2A, F6 and 21. RGB value is (42,246,33). Sum of RGB (Red+Green+Blue) = 42+246+33=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 246 (96.48% from 255 or 76.64% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF621 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF621 is #D509DE. Grayscale: #A1A1A1. Windows color (decimal): -13961695 or 2225706. OLE color: 2225706.
HSL color Cylindrical-coordinate representation of color #2AF621: hue angle of 117.46º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AF621 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 33 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.04 |
| HSL | 117.46º | 0.92% | 0.55% | - |
| HSV(B) | 117.46º | 0.87% | 0.96% | - |
| XYZ | 34.19 | 66.51 | 12.48 | - |
| YUV | 160.72 | 55.91 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 33 | 0.83 | 0 | 0.87 | 0.04 | 117.46 | 0.92 | 0.55 |
| Hex | 2A | F6 | 21 | 53 | 0 | 57 | 4 | 75 | 5C | 37 |
| Octal | 52 | 366 | 41 | 123 | 0 | 127 | 4 | 165 | 134 | 67 |
| Binary | 101010 | 11110110 | 100001 | 1010011 | 0 | 1010111 | 100 | 1110101 | 1011100 | 110111 |
Color Harmonies of #2AF621
Complementary color
Monochromatic Colors of #2AF621
Black with #2AF621
Text Example
Text Example
White with #2AF621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF621; }
p { color: rgb(42,246,33); }
H1.HeaderClassName
{
color: #2AF621;
}
.AnyTagClassName
{
color: #2AF621;
}
</style>
background-color css
<style>
a { background-color: #2AF621; }
a { background-color: rgb(42,246,33); }
div.DivClassName
{
background-color: #2AF621;
}
.BgClassName
{
background-color: #2AF621;
}
</style>
border-color css
<style>
span { border-color: #2AF621; }
span { border-color: rgb(42,246,33); }
td.TdClassName
{
border-color: #2AF621;
}
.TagClassName
{
border-color: #2AF621;
}
</style>