Shades of Free Speech Green #25F920
Tints of Free Speech Green #25F920
RGB
CMYK
RGB Variations
Color information
#25F920 (or 0x25F920) is known color: Free Speech Green. HEX triplet: 25, F9 and 20. RGB value is (37,249,32). Sum of RGB (Red+Green+Blue) = 37+249+32=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 249 (97.66% from 255 or 78.30% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 249 - color contains mainly: green. Hex color #25F920 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F920 is #DA06DF. Grayscale: #A1A1A1. Windows color (decimal): -14288608 or 2160933. OLE color: 2160933.
HSL color Cylindrical-coordinate representation of color #25F920: hue angle of 118.62º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25F920 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 249 | 32 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.02 |
| HSL | 118.62º | 0.95% | 0.55% | - |
| HSV(B) | 118.62º | 0.87% | 0.98% | - |
| XYZ | 34.9 | 68.25 | 12.7 | - |
| YUV | 160.87 | 55.26 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 249 | 32 | 0.85 | 0 | 0.87 | 0.02 | 118.62 | 0.95 | 0.55 |
| Hex | 25 | F9 | 20 | 55 | 0 | 57 | 2 | 77 | 5F | 37 |
| Octal | 45 | 371 | 40 | 125 | 0 | 127 | 2 | 167 | 137 | 67 |
| Binary | 100101 | 11111001 | 100000 | 1010101 | 0 | 1010111 | 10 | 1110111 | 1011111 | 110111 |
Color Harmonies of #25F920
Complementary color
Monochromatic Colors of #25F920
Black with #25F920
Text Example
Text Example
White with #25F920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F920; }
p { color: rgb(37,249,32); }
H1.HeaderClassName
{
color: #25F920;
}
.AnyTagClassName
{
color: #25F920;
}
</style>
background-color css
<style>
a { background-color: #25F920; }
a { background-color: rgb(37,249,32); }
div.DivClassName
{
background-color: #25F920;
}
.BgClassName
{
background-color: #25F920;
}
</style>
border-color css
<style>
span { border-color: #25F920; }
span { border-color: rgb(37,249,32); }
td.TdClassName
{
border-color: #25F920;
}
.TagClassName
{
border-color: #25F920;
}
</style>