Shades of Free Speech Green #25FF0E
Tints of Free Speech Green #25FF0E
RGB
CMYK
RGB Variations
Color information
#25FF0E (or 0x25FF0E) is known color: Free Speech Green. HEX triplet: 25, FF and 0E. RGB value is (37,255,14). Sum of RGB (Red+Green+Blue) = 37+255+14=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 255 (100% from 255 or 83.33% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 255 - color contains mainly: green. Hex color #25FF0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FF0E is #DA00F1. Grayscale: #A3A3A3. Windows color (decimal): -14287090 or 982821. OLE color: 982821.
HSL color Cylindrical-coordinate representation of color #25FF0E: hue angle of 114.27º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25FF0E is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 14 | - |
| CMYK | 0.85 | 0 | 0.95 | 0 |
| HSL | 114.27º | 1% | 0.53% | - |
| HSV(B) | 114.27º | 0.95% | 1% | - |
| XYZ | 36.6 | 71.95 | 12.37 | - |
| YUV | 162.34 | 44.28 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 14 | 0.85 | 0 | 0.95 | 0 | 114.27 | 1 | 0.53 |
| Hex | 25 | FF | E | 55 | 0 | 5F | 0 | 72 | 64 | 35 |
| Octal | 45 | 377 | 16 | 125 | 0 | 137 | 0 | 162 | 144 | 65 |
| Binary | 100101 | 11111111 | 1110 | 1010101 | 0 | 1011111 | 0 | 1110010 | 1100100 | 110101 |
Color Harmonies of #25FF0E
Complementary color
Monochromatic Colors of #25FF0E
Black with #25FF0E
Text Example
Text Example
White with #25FF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FF0E; }
p { color: rgb(37,255,14); }
H1.HeaderClassName
{
color: #25FF0E;
}
.AnyTagClassName
{
color: #25FF0E;
}
</style>
background-color css
<style>
a { background-color: #25FF0E; }
a { background-color: rgb(37,255,14); }
div.DivClassName
{
background-color: #25FF0E;
}
.BgClassName
{
background-color: #25FF0E;
}
</style>
border-color css
<style>
span { border-color: #25FF0E; }
span { border-color: rgb(37,255,14); }
td.TdClassName
{
border-color: #25FF0E;
}
.TagClassName
{
border-color: #25FF0E;
}
</style>