Shades of Free Speech Green #25F328
Tints of Free Speech Green #25F328
RGB
CMYK
RGB Variations
Color information
#25F328 (or 0x25F328) is known color: Free Speech Green. HEX triplet: 25, F3 and 28. RGB value is (37,243,40). Sum of RGB (Red+Green+Blue) = 37+243+40=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 243 (95.31% from 255 or 75.94% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 243 - color contains mainly: green. Hex color #25F328 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F328 is #DA0CD7. Grayscale: #9E9E9E. Windows color (decimal): -14290136 or 2683685. OLE color: 2683685.
HSL color Cylindrical-coordinate representation of color #25F328: hue angle of 120.87º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F328 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 243 | 40 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.05 |
| HSL | 120.87º | 0.9% | 0.55% | - |
| HSV(B) | 120.87º | 0.85% | 0.95% | - |
| XYZ | 33.2 | 64.65 | 12.74 | - |
| YUV | 158.26 | 61.25 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 243 | 40 | 0.85 | 0 | 0.84 | 0.05 | 120.87 | 0.9 | 0.55 |
| Hex | 25 | F3 | 28 | 55 | 0 | 54 | 5 | 79 | 5A | 37 |
| Octal | 45 | 363 | 50 | 125 | 0 | 124 | 5 | 171 | 132 | 67 |
| Binary | 100101 | 11110011 | 101000 | 1010101 | 0 | 1010100 | 101 | 1111001 | 1011010 | 110111 |
Color Harmonies of #25F328
Complementary color
Monochromatic Colors of #25F328
Black with #25F328
Text Example
Text Example
White with #25F328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F328; }
p { color: rgb(37,243,40); }
H1.HeaderClassName
{
color: #25F328;
}
.AnyTagClassName
{
color: #25F328;
}
</style>
background-color css
<style>
a { background-color: #25F328; }
a { background-color: rgb(37,243,40); }
div.DivClassName
{
background-color: #25F328;
}
.BgClassName
{
background-color: #25F328;
}
</style>
border-color css
<style>
span { border-color: #25F328; }
span { border-color: rgb(37,243,40); }
td.TdClassName
{
border-color: #25F328;
}
.TagClassName
{
border-color: #25F328;
}
</style>