Shades of Free Speech Green #25F010
Tints of Free Speech Green #25F010
RGB
CMYK
RGB Variations
Color information
#25F010 (or 0x25F010) is known color: Free Speech Green. HEX triplet: 25, F0 and 10. RGB value is (37,240,16). Sum of RGB (Red+Green+Blue) = 37+240+16=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 240 (94.14% from 255 or 81.91% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 240 - color contains mainly: green. Hex color #25F010 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F010 is #DA0FEF. Grayscale: #9A9A9A. Windows color (decimal): -14290928 or 1110053. OLE color: 1110053.
HSL color Cylindrical-coordinate representation of color #25F010: hue angle of 114.38º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25F010 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 240 | 16 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.06 |
| HSL | 114.38º | 0.88% | 0.5% | - |
| HSV(B) | 114.38º | 0.93% | 0.94% | - |
| XYZ | 32.02 | 62.75 | 10.91 | - |
| YUV | 153.77 | 50.25 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 240 | 16 | 0.85 | 0 | 0.93 | 0.06 | 114.38 | 0.88 | 0.5 |
| Hex | 25 | F0 | 10 | 55 | 0 | 5D | 6 | 72 | 58 | 32 |
| Octal | 45 | 360 | 20 | 125 | 0 | 135 | 6 | 162 | 130 | 62 |
| Binary | 100101 | 11110000 | 10000 | 1010101 | 0 | 1011101 | 110 | 1110010 | 1011000 | 110010 |
Color Harmonies of #25F010
Complementary color
Monochromatic Colors of #25F010
Black with #25F010
Text Example
Text Example
White with #25F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F010; }
p { color: rgb(37,240,16); }
H1.HeaderClassName
{
color: #25F010;
}
.AnyTagClassName
{
color: #25F010;
}
</style>
background-color css
<style>
a { background-color: #25F010; }
a { background-color: rgb(37,240,16); }
div.DivClassName
{
background-color: #25F010;
}
.BgClassName
{
background-color: #25F010;
}
</style>
border-color css
<style>
span { border-color: #25F010; }
span { border-color: rgb(37,240,16); }
td.TdClassName
{
border-color: #25F010;
}
.TagClassName
{
border-color: #25F010;
}
</style>