Shades of Free Speech Green #25F112
Tints of Free Speech Green #25F112
RGB
CMYK
RGB Variations
Color information
#25F112 (or 0x25F112) is known color: Free Speech Green. HEX triplet: 25, F1 and 12. RGB value is (37,241,18). Sum of RGB (Red+Green+Blue) = 37+241+18=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 241 (94.53% from 255 or 81.42% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 241 - color contains mainly: green. Hex color #25F112 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F112 is #DA0EED. Grayscale: #9B9B9B. Windows color (decimal): -14290670 or 1241381. OLE color: 1241381.
HSL color Cylindrical-coordinate representation of color #25F112: hue angle of 114.89º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25F112 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 241 | 18 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.05 |
| HSL | 114.89º | 0.89% | 0.51% | - |
| HSV(B) | 114.89º | 0.93% | 0.95% | - |
| XYZ | 32.33 | 63.35 | 11.1 | - |
| YUV | 154.58 | 50.91 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 241 | 18 | 0.85 | 0 | 0.93 | 0.05 | 114.89 | 0.89 | 0.51 |
| Hex | 25 | F1 | 12 | 55 | 0 | 5D | 5 | 73 | 59 | 33 |
| Octal | 45 | 361 | 22 | 125 | 0 | 135 | 5 | 163 | 131 | 63 |
| Binary | 100101 | 11110001 | 10010 | 1010101 | 0 | 1011101 | 101 | 1110011 | 1011001 | 110011 |
Color Harmonies of #25F112
Complementary color
Monochromatic Colors of #25F112
Black with #25F112
Text Example
Text Example
White with #25F112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F112; }
p { color: rgb(37,241,18); }
H1.HeaderClassName
{
color: #25F112;
}
.AnyTagClassName
{
color: #25F112;
}
</style>
background-color css
<style>
a { background-color: #25F112; }
a { background-color: rgb(37,241,18); }
div.DivClassName
{
background-color: #25F112;
}
.BgClassName
{
background-color: #25F112;
}
</style>
border-color css
<style>
span { border-color: #25F112; }
span { border-color: rgb(37,241,18); }
td.TdClassName
{
border-color: #25F112;
}
.TagClassName
{
border-color: #25F112;
}
</style>