Shades of Free Speech Green #2AF422
Tints of Free Speech Green #2AF422
RGB
CMYK
RGB Variations
Color information
#2AF422 (or 0x2AF422) is known color: Free Speech Green. HEX triplet: 2A, F4 and 22. RGB value is (42,244,34). Sum of RGB (Red+Green+Blue) = 42+244+34=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 244 (95.70% from 255 or 76.25% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF422 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF422 is #D50BDD. Grayscale: #A0A0A0. Windows color (decimal): -13962206 or 2290730. OLE color: 2290730.
HSL color Cylindrical-coordinate representation of color #2AF422: hue angle of 117.71º 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 #2AF422 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 34 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.04 |
| HSL | 117.71º | 0.91% | 0.55% | - |
| HSV(B) | 117.71º | 0.86% | 0.96% | - |
| XYZ | 33.59 | 65.31 | 12.35 | - |
| YUV | 159.66 | 57.08 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 34 | 0.83 | 0 | 0.86 | 0.04 | 117.71 | 0.91 | 0.55 |
| Hex | 2A | F4 | 22 | 53 | 0 | 56 | 4 | 76 | 5B | 37 |
| Octal | 52 | 364 | 42 | 123 | 0 | 126 | 4 | 166 | 133 | 67 |
| Binary | 101010 | 11110100 | 100010 | 1010011 | 0 | 1010110 | 100 | 1110110 | 1011011 | 110111 |
Color Harmonies of #2AF422
Complementary color
Monochromatic Colors of #2AF422
Black with #2AF422
Text Example
Text Example
White with #2AF422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF422; }
p { color: rgb(42,244,34); }
H1.HeaderClassName
{
color: #2AF422;
}
.AnyTagClassName
{
color: #2AF422;
}
</style>
background-color css
<style>
a { background-color: #2AF422; }
a { background-color: rgb(42,244,34); }
div.DivClassName
{
background-color: #2AF422;
}
.BgClassName
{
background-color: #2AF422;
}
</style>
border-color css
<style>
span { border-color: #2AF422; }
span { border-color: rgb(42,244,34); }
td.TdClassName
{
border-color: #2AF422;
}
.TagClassName
{
border-color: #2AF422;
}
</style>