Shades of Free Speech Green #25FE19
Tints of Free Speech Green #25FE19
RGB
CMYK
RGB Variations
Color information
#25FE19 (or 0x25FE19) is known color: Free Speech Green. HEX triplet: 25, FE and 19. RGB value is (37,254,25). Sum of RGB (Red+Green+Blue) = 37+254+25=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 254 (99.61% from 255 or 80.38% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 254 - color contains mainly: green. Hex color #25FE19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FE19 is #DA01E6. Grayscale: #A3A3A3. Windows color (decimal): -14287335 or 1703461. OLE color: 1703461.
HSL color Cylindrical-coordinate representation of color #25FE19: hue angle of 116.86º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25FE19 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 25 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.00 |
| HSL | 116.86º | 0.99% | 0.55% | - |
| HSV(B) | 116.86º | 0.9% | 1% | - |
| XYZ | 36.38 | 71.35 | 12.77 | - |
| YUV | 163.01 | 50.11 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 25 | 0.85 | 0 | 0.90 | 0.00 | 116.86 | 0.99 | 0.55 |
| Hex | 25 | FE | 19 | 55 | 0 | 5A | 0 | 75 | 63 | 37 |
| Octal | 45 | 376 | 31 | 125 | 0 | 132 | 0 | 165 | 143 | 67 |
| Binary | 100101 | 11111110 | 11001 | 1010101 | 0 | 1011010 | 0 | 1110101 | 1100011 | 110111 |
Color Harmonies of #25FE19
Complementary color
Monochromatic Colors of #25FE19
Black with #25FE19
Text Example
Text Example
White with #25FE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FE19; }
p { color: rgb(37,254,25); }
H1.HeaderClassName
{
color: #25FE19;
}
.AnyTagClassName
{
color: #25FE19;
}
</style>
background-color css
<style>
a { background-color: #25FE19; }
a { background-color: rgb(37,254,25); }
div.DivClassName
{
background-color: #25FE19;
}
.BgClassName
{
background-color: #25FE19;
}
</style>
border-color css
<style>
span { border-color: #25FE19; }
span { border-color: rgb(37,254,25); }
td.TdClassName
{
border-color: #25FE19;
}
.TagClassName
{
border-color: #25FE19;
}
</style>