Shades of Free Speech Green #2AF622
Tints of Free Speech Green #2AF622
RGB
CMYK
RGB Variations
Color information
#2AF622 (or 0x2AF622) is known color: Free Speech Green. HEX triplet: 2A, F6 and 22. RGB value is (42,246,34). Sum of RGB (Red+Green+Blue) = 42+246+34=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 246 (96.48% from 255 or 76.40% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF622 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF622 is #D509DD. Grayscale: #A1A1A1. Windows color (decimal): -13961694 or 2291242. OLE color: 2291242.
HSL color Cylindrical-coordinate representation of color #2AF622: hue angle of 117.74º degrees, saturation: 0.92, 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 #2AF622 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 34 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.04 |
| HSL | 117.74º | 0.92% | 0.55% | - |
| HSV(B) | 117.74º | 0.86% | 0.96% | - |
| XYZ | 34.2 | 66.52 | 12.55 | - |
| YUV | 160.84 | 56.41 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 34 | 0.83 | 0 | 0.86 | 0.04 | 117.74 | 0.92 | 0.55 |
| Hex | 2A | F6 | 22 | 53 | 0 | 56 | 4 | 76 | 5C | 37 |
| Octal | 52 | 366 | 42 | 123 | 0 | 126 | 4 | 166 | 134 | 67 |
| Binary | 101010 | 11110110 | 100010 | 1010011 | 0 | 1010110 | 100 | 1110110 | 1011100 | 110111 |
Color Harmonies of #2AF622
Complementary color
Monochromatic Colors of #2AF622
Black with #2AF622
Text Example
Text Example
White with #2AF622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF622; }
p { color: rgb(42,246,34); }
H1.HeaderClassName
{
color: #2AF622;
}
.AnyTagClassName
{
color: #2AF622;
}
</style>
background-color css
<style>
a { background-color: #2AF622; }
a { background-color: rgb(42,246,34); }
div.DivClassName
{
background-color: #2AF622;
}
.BgClassName
{
background-color: #2AF622;
}
</style>
border-color css
<style>
span { border-color: #2AF622; }
span { border-color: rgb(42,246,34); }
td.TdClassName
{
border-color: #2AF622;
}
.TagClassName
{
border-color: #2AF622;
}
</style>