Shades of Free Speech Green #25F024
Tints of Free Speech Green #25F024
RGB
CMYK
RGB Variations
Color information
#25F024 (or 0x25F024) is known color: Free Speech Green. HEX triplet: 25, F0 and 24. RGB value is (37,240,36). Sum of RGB (Red+Green+Blue) = 37+240+36=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 240 (94.14% from 255 or 76.68% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 240 - color contains mainly: green. Hex color #25F024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F024 is #DA0FDB. Grayscale: #9C9C9C. Windows color (decimal): -14290908 or 2420773. OLE color: 2420773.
HSL color Cylindrical-coordinate representation of color #25F024: hue angle of 119.71º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F024 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 240 | 36 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.06 |
| HSL | 119.71º | 0.87% | 0.54% | - |
| HSV(B) | 119.71º | 0.85% | 0.94% | - |
| XYZ | 32.24 | 62.84 | 12.1 | - |
| YUV | 156.05 | 60.25 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 240 | 36 | 0.85 | 0 | 0.85 | 0.06 | 119.71 | 0.87 | 0.54 |
| Hex | 25 | F0 | 24 | 55 | 0 | 55 | 6 | 78 | 57 | 36 |
| Octal | 45 | 360 | 44 | 125 | 0 | 125 | 6 | 170 | 127 | 66 |
| Binary | 100101 | 11110000 | 100100 | 1010101 | 0 | 1010101 | 110 | 1111000 | 1010111 | 110110 |
Color Harmonies of #25F024
Complementary color
Monochromatic Colors of #25F024
Black with #25F024
Text Example
Text Example
White with #25F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F024; }
p { color: rgb(37,240,36); }
H1.HeaderClassName
{
color: #25F024;
}
.AnyTagClassName
{
color: #25F024;
}
</style>
background-color css
<style>
a { background-color: #25F024; }
a { background-color: rgb(37,240,36); }
div.DivClassName
{
background-color: #25F024;
}
.BgClassName
{
background-color: #25F024;
}
</style>
border-color css
<style>
span { border-color: #25F024; }
span { border-color: rgb(37,240,36); }
td.TdClassName
{
border-color: #25F024;
}
.TagClassName
{
border-color: #25F024;
}
</style>