Shades of Free Speech Green #2AF019
Tints of Free Speech Green #2AF019
RGB
CMYK
RGB Variations
Color information
#2AF019 (or 0x2AF019) is known color: Free Speech Green. HEX triplet: 2A, F0 and 19. RGB value is (42,240,25). Sum of RGB (Red+Green+Blue) = 42+240+25=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 240 (94.14% from 255 or 78.18% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF019 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF019 is #D50FE6. Grayscale: #9C9C9C. Windows color (decimal): -13963239 or 1699882. OLE color: 1699882.
HSL color Cylindrical-coordinate representation of color #2AF019: hue angle of 115.26º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AF019 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 25 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.06 |
| HSL | 115.26º | 0.88% | 0.52% | - |
| HSV(B) | 115.26º | 0.9% | 0.94% | - |
| XYZ | 32.29 | 62.88 | 11.36 | - |
| YUV | 156.29 | 53.9 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 25 | 0.82 | 0 | 0.90 | 0.06 | 115.26 | 0.88 | 0.52 |
| Hex | 2A | F0 | 19 | 52 | 0 | 5A | 6 | 73 | 58 | 34 |
| Octal | 52 | 360 | 31 | 122 | 0 | 132 | 6 | 163 | 130 | 64 |
| Binary | 101010 | 11110000 | 11001 | 1010010 | 0 | 1011010 | 110 | 1110011 | 1011000 | 110100 |
Color Harmonies of #2AF019
Complementary color
Monochromatic Colors of #2AF019
Black with #2AF019
Text Example
Text Example
White with #2AF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF019; }
p { color: rgb(42,240,25); }
H1.HeaderClassName
{
color: #2AF019;
}
.AnyTagClassName
{
color: #2AF019;
}
</style>
background-color css
<style>
a { background-color: #2AF019; }
a { background-color: rgb(42,240,25); }
div.DivClassName
{
background-color: #2AF019;
}
.BgClassName
{
background-color: #2AF019;
}
</style>
border-color css
<style>
span { border-color: #2AF019; }
span { border-color: rgb(42,240,25); }
td.TdClassName
{
border-color: #2AF019;
}
.TagClassName
{
border-color: #2AF019;
}
</style>