Shades of Free Speech Green #25F314
Tints of Free Speech Green #25F314
RGB
CMYK
RGB Variations
Color information
#25F314 (or 0x25F314) is known color: Free Speech Green. HEX triplet: 25, F3 and 14. RGB value is (37,243,20). Sum of RGB (Red+Green+Blue) = 37+243+20=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 243 (95.31% from 255 or 81% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 243 - color contains mainly: green. Hex color #25F314 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F314 is #DA0CEB. Grayscale: #9C9C9C. Windows color (decimal): -14290156 or 1372965. OLE color: 1372965.
HSL color Cylindrical-coordinate representation of color #25F314: hue angle of 115.43º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25F314 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 243 | 20 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.05 |
| HSL | 115.43º | 0.9% | 0.52% | - |
| HSV(B) | 115.43º | 0.92% | 0.95% | - |
| XYZ | 32.94 | 64.55 | 11.38 | - |
| YUV | 155.98 | 51.25 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 243 | 20 | 0.85 | 0 | 0.92 | 0.05 | 115.43 | 0.9 | 0.52 |
| Hex | 25 | F3 | 14 | 55 | 0 | 5C | 5 | 73 | 5A | 34 |
| Octal | 45 | 363 | 24 | 125 | 0 | 134 | 5 | 163 | 132 | 64 |
| Binary | 100101 | 11110011 | 10100 | 1010101 | 0 | 1011100 | 101 | 1110011 | 1011010 | 110100 |
Color Harmonies of #25F314
Complementary color
Monochromatic Colors of #25F314
Black with #25F314
Text Example
Text Example
White with #25F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F314; }
p { color: rgb(37,243,20); }
H1.HeaderClassName
{
color: #25F314;
}
.AnyTagClassName
{
color: #25F314;
}
</style>
background-color css
<style>
a { background-color: #25F314; }
a { background-color: rgb(37,243,20); }
div.DivClassName
{
background-color: #25F314;
}
.BgClassName
{
background-color: #25F314;
}
</style>
border-color css
<style>
span { border-color: #25F314; }
span { border-color: rgb(37,243,20); }
td.TdClassName
{
border-color: #25F314;
}
.TagClassName
{
border-color: #25F314;
}
</style>