Shades of Free Speech Green #2AFC19
Tints of Free Speech Green #2AFC19
RGB
CMYK
RGB Variations
Color information
#2AFC19 (or 0x2AFC19) is known color: Free Speech Green. HEX triplet: 2A, FC and 19. RGB value is (42,252,25). Sum of RGB (Red+Green+Blue) = 42+252+25=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 252 (98.83% from 255 or 79.00% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFC19 is #D503E6. Grayscale: #A4A4A4. Windows color (decimal): -13960167 or 1702954. OLE color: 1702954.
HSL color Cylindrical-coordinate representation of color #2AFC19: hue angle of 115.51º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AFC19 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 25 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.01 |
| HSL | 115.51º | 0.97% | 0.54% | - |
| HSV(B) | 115.51º | 0.9% | 0.99% | - |
| XYZ | 35.94 | 70.18 | 12.57 | - |
| YUV | 163.33 | 49.93 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 25 | 0.83 | 0 | 0.90 | 0.01 | 115.51 | 0.97 | 0.54 |
| Hex | 2A | FC | 19 | 53 | 0 | 5A | 1 | 74 | 61 | 36 |
| Octal | 52 | 374 | 31 | 123 | 0 | 132 | 1 | 164 | 141 | 66 |
| Binary | 101010 | 11111100 | 11001 | 1010011 | 0 | 1011010 | 1 | 1110100 | 1100001 | 110110 |
Color Harmonies of #2AFC19
Complementary color
Monochromatic Colors of #2AFC19
Black with #2AFC19
Text Example
Text Example
White with #2AFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFC19; }
p { color: rgb(42,252,25); }
H1.HeaderClassName
{
color: #2AFC19;
}
.AnyTagClassName
{
color: #2AFC19;
}
</style>
background-color css
<style>
a { background-color: #2AFC19; }
a { background-color: rgb(42,252,25); }
div.DivClassName
{
background-color: #2AFC19;
}
.BgClassName
{
background-color: #2AFC19;
}
</style>
border-color css
<style>
span { border-color: #2AFC19; }
span { border-color: rgb(42,252,25); }
td.TdClassName
{
border-color: #2AFC19;
}
.TagClassName
{
border-color: #2AFC19;
}
</style>