Shades of Free Speech Green #2AF427
Tints of Free Speech Green #2AF427
RGB
CMYK
RGB Variations
Color information
#2AF427 (or 0x2AF427) is known color: Free Speech Green. HEX triplet: 2A, F4 and 27. RGB value is (42,244,39). Sum of RGB (Red+Green+Blue) = 42+244+39=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 244 (95.70% from 255 or 75.08% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF427 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF427 is #D50BD8. Grayscale: #A0A0A0. Windows color (decimal): -13962201 or 2618410. OLE color: 2618410.
HSL color Cylindrical-coordinate representation of color #2AF427: hue angle of 119.12º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AF427 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 39 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.04 |
| HSL | 119.12º | 0.9% | 0.55% | - |
| HSV(B) | 119.12º | 0.84% | 0.96% | - |
| XYZ | 33.67 | 65.34 | 12.76 | - |
| YUV | 160.23 | 59.58 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 39 | 0.83 | 0 | 0.84 | 0.04 | 119.12 | 0.9 | 0.55 |
| Hex | 2A | F4 | 27 | 53 | 0 | 54 | 4 | 77 | 5A | 37 |
| Octal | 52 | 364 | 47 | 123 | 0 | 124 | 4 | 167 | 132 | 67 |
| Binary | 101010 | 11110100 | 100111 | 1010011 | 0 | 1010100 | 100 | 1110111 | 1011010 | 110111 |
Color Harmonies of #2AF427
Complementary color
Monochromatic Colors of #2AF427
Black with #2AF427
Text Example
Text Example
White with #2AF427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF427; }
p { color: rgb(42,244,39); }
H1.HeaderClassName
{
color: #2AF427;
}
.AnyTagClassName
{
color: #2AF427;
}
</style>
background-color css
<style>
a { background-color: #2AF427; }
a { background-color: rgb(42,244,39); }
div.DivClassName
{
background-color: #2AF427;
}
.BgClassName
{
background-color: #2AF427;
}
</style>
border-color css
<style>
span { border-color: #2AF427; }
span { border-color: rgb(42,244,39); }
td.TdClassName
{
border-color: #2AF427;
}
.TagClassName
{
border-color: #2AF427;
}
</style>