Shades of Free Speech Green #2AF423
Tints of Free Speech Green #2AF423
RGB
CMYK
RGB Variations
Color information
#2AF423 (or 0x2AF423) is known color: Free Speech Green. HEX triplet: 2A, F4 and 23. RGB value is (42,244,35). Sum of RGB (Red+Green+Blue) = 42+244+35=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 244 (95.70% from 255 or 76.01% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF423 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF423 is #D50BDC. Grayscale: #A0A0A0. Windows color (decimal): -13962205 or 2356266. OLE color: 2356266.
HSL color Cylindrical-coordinate representation of color #2AF423: hue angle of 117.99º degrees, saturation: 0.9, 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 #2AF423 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 35 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.04 |
| HSL | 117.99º | 0.9% | 0.55% | - |
| HSV(B) | 117.99º | 0.86% | 0.96% | - |
| XYZ | 33.61 | 65.31 | 12.43 | - |
| YUV | 159.78 | 57.58 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 35 | 0.83 | 0 | 0.86 | 0.04 | 117.99 | 0.9 | 0.55 |
| Hex | 2A | F4 | 23 | 53 | 0 | 56 | 4 | 76 | 5A | 37 |
| Octal | 52 | 364 | 43 | 123 | 0 | 126 | 4 | 166 | 132 | 67 |
| Binary | 101010 | 11110100 | 100011 | 1010011 | 0 | 1010110 | 100 | 1110110 | 1011010 | 110111 |
Color Harmonies of #2AF423
Complementary color
Monochromatic Colors of #2AF423
Black with #2AF423
Text Example
Text Example
White with #2AF423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF423; }
p { color: rgb(42,244,35); }
H1.HeaderClassName
{
color: #2AF423;
}
.AnyTagClassName
{
color: #2AF423;
}
</style>
background-color css
<style>
a { background-color: #2AF423; }
a { background-color: rgb(42,244,35); }
div.DivClassName
{
background-color: #2AF423;
}
.BgClassName
{
background-color: #2AF423;
}
</style>
border-color css
<style>
span { border-color: #2AF423; }
span { border-color: rgb(42,244,35); }
td.TdClassName
{
border-color: #2AF423;
}
.TagClassName
{
border-color: #2AF423;
}
</style>