Shades of Free Speech Green #2AF41C
Tints of Free Speech Green #2AF41C
RGB
CMYK
RGB Variations
Color information
#2AF41C (or 0x2AF41C) is known color: Free Speech Green. HEX triplet: 2A, F4 and 1C. RGB value is (42,244,28). Sum of RGB (Red+Green+Blue) = 42+244+28=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 244 (95.70% from 255 or 77.71% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF41C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF41C is #D50BE3. Grayscale: #9F9F9F. Windows color (decimal): -13962212 or 1897514. OLE color: 1897514.
HSL color Cylindrical-coordinate representation of color #2AF41C: hue angle of 116.11º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AF41C is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 28 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.04 |
| HSL | 116.11º | 0.91% | 0.53% | - |
| HSV(B) | 116.11º | 0.89% | 0.96% | - |
| XYZ | 33.52 | 65.28 | 11.93 | - |
| YUV | 158.98 | 54.08 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 28 | 0.83 | 0 | 0.89 | 0.04 | 116.11 | 0.91 | 0.53 |
| Hex | 2A | F4 | 1C | 53 | 0 | 59 | 4 | 74 | 5B | 35 |
| Octal | 52 | 364 | 34 | 123 | 0 | 131 | 4 | 164 | 133 | 65 |
| Binary | 101010 | 11110100 | 11100 | 1010011 | 0 | 1011001 | 100 | 1110100 | 1011011 | 110101 |
Color Harmonies of #2AF41C
Complementary color
Monochromatic Colors of #2AF41C
Black with #2AF41C
Text Example
Text Example
White with #2AF41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF41C; }
p { color: rgb(42,244,28); }
H1.HeaderClassName
{
color: #2AF41C;
}
.AnyTagClassName
{
color: #2AF41C;
}
</style>
background-color css
<style>
a { background-color: #2AF41C; }
a { background-color: rgb(42,244,28); }
div.DivClassName
{
background-color: #2AF41C;
}
.BgClassName
{
background-color: #2AF41C;
}
</style>
border-color css
<style>
span { border-color: #2AF41C; }
span { border-color: rgb(42,244,28); }
td.TdClassName
{
border-color: #2AF41C;
}
.TagClassName
{
border-color: #2AF41C;
}
</style>