Shades of Free Speech Green #25F117
Tints of Free Speech Green #25F117
RGB
CMYK
RGB Variations
Color information
#25F117 (or 0x25F117) is known color: Free Speech Green. HEX triplet: 25, F1 and 17. RGB value is (37,241,23). Sum of RGB (Red+Green+Blue) = 37+241+23=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 241 (94.53% from 255 or 80.07% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 241 - color contains mainly: green. Hex color #25F117 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F117 is #DA0EE8. Grayscale: #9B9B9B. Windows color (decimal): -14290665 or 1569061. OLE color: 1569061.
HSL color Cylindrical-coordinate representation of color #25F117: hue angle of 116.15º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25F117 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 241 | 23 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.05 |
| HSL | 116.15º | 0.89% | 0.52% | - |
| HSV(B) | 116.15º | 0.9% | 0.95% | - |
| XYZ | 32.37 | 63.37 | 11.34 | - |
| YUV | 155.15 | 53.41 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 241 | 23 | 0.85 | 0 | 0.90 | 0.05 | 116.15 | 0.89 | 0.52 |
| Hex | 25 | F1 | 17 | 55 | 0 | 5A | 5 | 74 | 59 | 34 |
| Octal | 45 | 361 | 27 | 125 | 0 | 132 | 5 | 164 | 131 | 64 |
| Binary | 100101 | 11110001 | 10111 | 1010101 | 0 | 1011010 | 101 | 1110100 | 1011001 | 110100 |
Color Harmonies of #25F117
Complementary color
Monochromatic Colors of #25F117
Black with #25F117
Text Example
Text Example
White with #25F117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F117; }
p { color: rgb(37,241,23); }
H1.HeaderClassName
{
color: #25F117;
}
.AnyTagClassName
{
color: #25F117;
}
</style>
background-color css
<style>
a { background-color: #25F117; }
a { background-color: rgb(37,241,23); }
div.DivClassName
{
background-color: #25F117;
}
.BgClassName
{
background-color: #25F117;
}
</style>
border-color css
<style>
span { border-color: #25F117; }
span { border-color: rgb(37,241,23); }
td.TdClassName
{
border-color: #25F117;
}
.TagClassName
{
border-color: #25F117;
}
</style>