Shades of Free Speech Green #2AF321
Tints of Free Speech Green #2AF321
RGB
CMYK
RGB Variations
Color information
#2AF321 (or 0x2AF321) is known color: Free Speech Green. HEX triplet: 2A, F3 and 21. RGB value is (42,243,33). Sum of RGB (Red+Green+Blue) = 42+243+33=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 243 (95.31% from 255 or 76.42% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF321 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF321 is #D50CDE. Grayscale: #9F9F9F. Windows color (decimal): -13962463 or 2224938. OLE color: 2224938.
HSL color Cylindrical-coordinate representation of color #2AF321: hue angle of 117.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AF321 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 33 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.05 |
| HSL | 117.43º | 0.9% | 0.54% | - |
| HSV(B) | 117.43º | 0.86% | 0.95% | - |
| XYZ | 33.28 | 64.7 | 12.17 | - |
| YUV | 158.96 | 56.91 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 33 | 0.83 | 0 | 0.86 | 0.05 | 117.43 | 0.9 | 0.54 |
| Hex | 2A | F3 | 21 | 53 | 0 | 56 | 5 | 75 | 5A | 36 |
| Octal | 52 | 363 | 41 | 123 | 0 | 126 | 5 | 165 | 132 | 66 |
| Binary | 101010 | 11110011 | 100001 | 1010011 | 0 | 1010110 | 101 | 1110101 | 1011010 | 110110 |
Color Harmonies of #2AF321
Complementary color
Monochromatic Colors of #2AF321
Black with #2AF321
Text Example
Text Example
White with #2AF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF321; }
p { color: rgb(42,243,33); }
H1.HeaderClassName
{
color: #2AF321;
}
.AnyTagClassName
{
color: #2AF321;
}
</style>
background-color css
<style>
a { background-color: #2AF321; }
a { background-color: rgb(42,243,33); }
div.DivClassName
{
background-color: #2AF321;
}
.BgClassName
{
background-color: #2AF321;
}
</style>
border-color css
<style>
span { border-color: #2AF321; }
span { border-color: rgb(42,243,33); }
td.TdClassName
{
border-color: #2AF321;
}
.TagClassName
{
border-color: #2AF321;
}
</style>