Shades of Free Speech Green #25FA19
Tints of Free Speech Green #25FA19
RGB
CMYK
RGB Variations
Color information
#25FA19 (or 0x25FA19) is known color: Free Speech Green. HEX triplet: 25, FA and 19. RGB value is (37,250,25). Sum of RGB (Red+Green+Blue) = 37+250+25=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 250 (98.05% from 255 or 80.13% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 250 - color contains mainly: green. Hex color #25FA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FA19 is #DA05E6. Grayscale: #A1A1A1. Windows color (decimal): -14288359 or 1702437. OLE color: 1702437.
HSL color Cylindrical-coordinate representation of color #25FA19: hue angle of 116.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25FA19 is Cyan = 0.85, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 250 | 25 | - |
| CMYK | 0.85 | 0 | 0.9 | 0.02 |
| HSL | 116.8º | 0.96% | 0.54% | - |
| HSV(B) | 116.8º | 0.9% | 0.98% | - |
| XYZ | 35.12 | 68.83 | 12.35 | - |
| YUV | 160.66 | 51.43 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 250 | 25 | 0.85 | 0 | 0.9 | 0.02 | 116.8 | 0.96 | 0.54 |
| Hex | 25 | FA | 19 | 55 | 0 | 5A | 2 | 75 | 60 | 36 |
| Octal | 45 | 372 | 31 | 125 | 0 | 132 | 2 | 165 | 140 | 66 |
| Binary | 100101 | 11111010 | 11001 | 1010101 | 0 | 1011010 | 10 | 1110101 | 1100000 | 110110 |
Color Harmonies of #25FA19
Complementary color
Monochromatic Colors of #25FA19
Black with #25FA19
Text Example
Text Example
White with #25FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FA19; }
p { color: rgb(37,250,25); }
H1.HeaderClassName
{
color: #25FA19;
}
.AnyTagClassName
{
color: #25FA19;
}
</style>
background-color css
<style>
a { background-color: #25FA19; }
a { background-color: rgb(37,250,25); }
div.DivClassName
{
background-color: #25FA19;
}
.BgClassName
{
background-color: #25FA19;
}
</style>
border-color css
<style>
span { border-color: #25FA19; }
span { border-color: rgb(37,250,25); }
td.TdClassName
{
border-color: #25FA19;
}
.TagClassName
{
border-color: #25FA19;
}
</style>