Shades of Free Speech Green #25F918
Tints of Free Speech Green #25F918
RGB
CMYK
RGB Variations
Color information
#25F918 (or 0x25F918) is known color: Free Speech Green. HEX triplet: 25, F9 and 18. RGB value is (37,249,24). Sum of RGB (Red+Green+Blue) = 37+249+24=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 249 (97.66% from 255 or 80.32% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 249 - color contains mainly: green. Hex color #25F918 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F918 is #DA06E7. Grayscale: #A0A0A0. Windows color (decimal): -14288616 or 1636645. OLE color: 1636645.
HSL color Cylindrical-coordinate representation of color #25F918: hue angle of 116.53º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25F918 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 249 | 24 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.02 |
| HSL | 116.53º | 0.95% | 0.54% | - |
| HSV(B) | 116.53º | 0.9% | 0.98% | - |
| XYZ | 34.8 | 68.21 | 12.2 | - |
| YUV | 159.96 | 51.26 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 249 | 24 | 0.85 | 0 | 0.90 | 0.02 | 116.53 | 0.95 | 0.54 |
| Hex | 25 | F9 | 18 | 55 | 0 | 5A | 2 | 75 | 5F | 36 |
| Octal | 45 | 371 | 30 | 125 | 0 | 132 | 2 | 165 | 137 | 66 |
| Binary | 100101 | 11111001 | 11000 | 1010101 | 0 | 1011010 | 10 | 1110101 | 1011111 | 110110 |
Color Harmonies of #25F918
Complementary color
Monochromatic Colors of #25F918
Black with #25F918
Text Example
Text Example
White with #25F918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F918; }
p { color: rgb(37,249,24); }
H1.HeaderClassName
{
color: #25F918;
}
.AnyTagClassName
{
color: #25F918;
}
</style>
background-color css
<style>
a { background-color: #25F918; }
a { background-color: rgb(37,249,24); }
div.DivClassName
{
background-color: #25F918;
}
.BgClassName
{
background-color: #25F918;
}
</style>
border-color css
<style>
span { border-color: #25F918; }
span { border-color: rgb(37,249,24); }
td.TdClassName
{
border-color: #25F918;
}
.TagClassName
{
border-color: #25F918;
}
</style>