Shades of Free Speech Green #25FF19
Tints of Free Speech Green #25FF19
RGB
CMYK
RGB Variations
Color information
#25FF19 (or 0x25FF19) is known color: Free Speech Green. HEX triplet: 25, FF and 19. RGB value is (37,255,25). Sum of RGB (Red+Green+Blue) = 37+255+25=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 255 (100% from 255 or 80.44% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 255 - color contains mainly: green. Hex color #25FF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FF19 is #DA00E6. Grayscale: #A4A4A4. Windows color (decimal): -14287079 or 1703717. OLE color: 1703717.
HSL color Cylindrical-coordinate representation of color #25FF19: hue angle of 116.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25FF19 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 25 | - |
| CMYK | 0.85 | 0 | 0.90 | 0 |
| HSL | 116.87º | 1% | 0.55% | - |
| HSV(B) | 116.87º | 0.9% | 1% | - |
| XYZ | 36.7 | 71.98 | 12.88 | - |
| YUV | 163.6 | 49.78 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 25 | 0.85 | 0 | 0.90 | 0 | 116.87 | 1 | 0.55 |
| Hex | 25 | FF | 19 | 55 | 0 | 5A | 0 | 75 | 64 | 37 |
| Octal | 45 | 377 | 31 | 125 | 0 | 132 | 0 | 165 | 144 | 67 |
| Binary | 100101 | 11111111 | 11001 | 1010101 | 0 | 1011010 | 0 | 1110101 | 1100100 | 110111 |
Color Harmonies of #25FF19
Complementary color
Monochromatic Colors of #25FF19
Black with #25FF19
Text Example
Text Example
White with #25FF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FF19; }
p { color: rgb(37,255,25); }
H1.HeaderClassName
{
color: #25FF19;
}
.AnyTagClassName
{
color: #25FF19;
}
</style>
background-color css
<style>
a { background-color: #25FF19; }
a { background-color: rgb(37,255,25); }
div.DivClassName
{
background-color: #25FF19;
}
.BgClassName
{
background-color: #25FF19;
}
</style>
border-color css
<style>
span { border-color: #25FF19; }
span { border-color: rgb(37,255,25); }
td.TdClassName
{
border-color: #25FF19;
}
.TagClassName
{
border-color: #25FF19;
}
</style>