Shades of Free Speech Green #25FE0F
Tints of Free Speech Green #25FE0F
RGB
CMYK
RGB Variations
Color information
#25FE0F (or 0x25FE0F) is known color: Free Speech Green. HEX triplet: 25, FE and 0F. RGB value is (37,254,15). Sum of RGB (Red+Green+Blue) = 37+254+15=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 254 (99.61% from 255 or 83.01% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 254 - color contains mainly: green. Hex color #25FE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FE0F is #DA01F0. Grayscale: #A2A2A2. Windows color (decimal): -14287345 or 1048101. OLE color: 1048101.
HSL color Cylindrical-coordinate representation of color #25FE0F: hue angle of 114.48º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25FE0F is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 15 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.00 |
| HSL | 114.48º | 0.99% | 0.53% | - |
| HSV(B) | 114.48º | 0.94% | 1% | - |
| XYZ | 36.29 | 71.31 | 12.3 | - |
| YUV | 161.87 | 45.11 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 15 | 0.85 | 0 | 0.94 | 0.00 | 114.48 | 0.99 | 0.53 |
| Hex | 25 | FE | F | 55 | 0 | 5E | 0 | 72 | 63 | 35 |
| Octal | 45 | 376 | 17 | 125 | 0 | 136 | 0 | 162 | 143 | 65 |
| Binary | 100101 | 11111110 | 1111 | 1010101 | 0 | 1011110 | 0 | 1110010 | 1100011 | 110101 |
Color Harmonies of #25FE0F
Complementary color
Monochromatic Colors of #25FE0F
Black with #25FE0F
Text Example
Text Example
White with #25FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FE0F; }
p { color: rgb(37,254,15); }
H1.HeaderClassName
{
color: #25FE0F;
}
.AnyTagClassName
{
color: #25FE0F;
}
</style>
background-color css
<style>
a { background-color: #25FE0F; }
a { background-color: rgb(37,254,15); }
div.DivClassName
{
background-color: #25FE0F;
}
.BgClassName
{
background-color: #25FE0F;
}
</style>
border-color css
<style>
span { border-color: #25FE0F; }
span { border-color: rgb(37,254,15); }
td.TdClassName
{
border-color: #25FE0F;
}
.TagClassName
{
border-color: #25FE0F;
}
</style>