Shades of Free Speech Green #2AF624
Tints of Free Speech Green #2AF624
RGB
CMYK
RGB Variations
Color information
#2AF624 (or 0x2AF624) is known color: Free Speech Green. HEX triplet: 2A, F6 and 24. RGB value is (42,246,36). Sum of RGB (Red+Green+Blue) = 42+246+36=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 246 (96.48% from 255 or 75.93% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF624 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF624 is #D509DB. Grayscale: #A1A1A1. Windows color (decimal): -13961692 or 2422314. OLE color: 2422314.
HSL color Cylindrical-coordinate representation of color #2AF624: hue angle of 118.29º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AF624 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 36 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.04 |
| HSL | 118.29º | 0.92% | 0.55% | - |
| HSV(B) | 118.29º | 0.85% | 0.96% | - |
| XYZ | 34.23 | 66.53 | 12.71 | - |
| YUV | 161.06 | 57.41 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 36 | 0.83 | 0 | 0.85 | 0.04 | 118.29 | 0.92 | 0.55 |
| Hex | 2A | F6 | 24 | 53 | 0 | 55 | 4 | 76 | 5C | 37 |
| Octal | 52 | 366 | 44 | 123 | 0 | 125 | 4 | 166 | 134 | 67 |
| Binary | 101010 | 11110110 | 100100 | 1010011 | 0 | 1010101 | 100 | 1110110 | 1011100 | 110111 |
Color Harmonies of #2AF624
Complementary color
Monochromatic Colors of #2AF624
Black with #2AF624
Text Example
Text Example
White with #2AF624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF624; }
p { color: rgb(42,246,36); }
H1.HeaderClassName
{
color: #2AF624;
}
.AnyTagClassName
{
color: #2AF624;
}
</style>
background-color css
<style>
a { background-color: #2AF624; }
a { background-color: rgb(42,246,36); }
div.DivClassName
{
background-color: #2AF624;
}
.BgClassName
{
background-color: #2AF624;
}
</style>
border-color css
<style>
span { border-color: #2AF624; }
span { border-color: rgb(42,246,36); }
td.TdClassName
{
border-color: #2AF624;
}
.TagClassName
{
border-color: #2AF624;
}
</style>