Shades of Free Speech Green #25FA11
Tints of Free Speech Green #25FA11
RGB
CMYK
RGB Variations
Color information
#25FA11 (or 0x25FA11) is known color: Free Speech Green. HEX triplet: 25, FA and 11. RGB value is (37,250,17). Sum of RGB (Red+Green+Blue) = 37+250+17=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 250 (98.05% from 255 or 82.24% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 250 - color contains mainly: green. Hex color #25FA11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FA11 is #DA05EE. Grayscale: #A0A0A0. Windows color (decimal): -14288367 or 1178149. OLE color: 1178149.
HSL color Cylindrical-coordinate representation of color #25FA11: hue angle of 114.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25FA11 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 250 | 17 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.02 |
| HSL | 114.85º | 0.96% | 0.52% | - |
| HSV(B) | 114.85º | 0.93% | 0.98% | - |
| XYZ | 35.05 | 68.81 | 11.96 | - |
| YUV | 159.75 | 47.43 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 250 | 17 | 0.85 | 0 | 0.93 | 0.02 | 114.85 | 0.96 | 0.52 |
| Hex | 25 | FA | 11 | 55 | 0 | 5D | 2 | 73 | 60 | 34 |
| Octal | 45 | 372 | 21 | 125 | 0 | 135 | 2 | 163 | 140 | 64 |
| Binary | 100101 | 11111010 | 10001 | 1010101 | 0 | 1011101 | 10 | 1110011 | 1100000 | 110100 |
Color Harmonies of #25FA11
Complementary color
Monochromatic Colors of #25FA11
Black with #25FA11
Text Example
Text Example
White with #25FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FA11; }
p { color: rgb(37,250,17); }
H1.HeaderClassName
{
color: #25FA11;
}
.AnyTagClassName
{
color: #25FA11;
}
</style>
background-color css
<style>
a { background-color: #25FA11; }
a { background-color: rgb(37,250,17); }
div.DivClassName
{
background-color: #25FA11;
}
.BgClassName
{
background-color: #25FA11;
}
</style>
border-color css
<style>
span { border-color: #25FA11; }
span { border-color: rgb(37,250,17); }
td.TdClassName
{
border-color: #25FA11;
}
.TagClassName
{
border-color: #25FA11;
}
</style>