Shades of Free Speech Green #25F22C
Tints of Free Speech Green #25F22C
RGB
CMYK
RGB Variations
Color information
#25F22C (or 0x25F22C) is known color: Free Speech Green. HEX triplet: 25, F2 and 2C. RGB value is (37,242,44). Sum of RGB (Red+Green+Blue) = 37+242+44=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 242 (94.92% from 255 or 74.92% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 242 - color contains mainly: green. Hex color #25F22C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F22C is #DA0DD3. Grayscale: #9E9E9E. Windows color (decimal): -14290388 or 2945573. OLE color: 2945573.
HSL color Cylindrical-coordinate representation of color #25F22C: hue angle of 122.05º degrees, saturation: 0.89, 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 #25F22C is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 44 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.05 |
| HSL | 122.05º | 0.89% | 0.55% | - |
| HSV(B) | 122.05º | 0.85% | 0.95% | - |
| XYZ | 32.97 | 64.08 | 13.01 | - |
| YUV | 158.13 | 63.58 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 44 | 0.85 | 0 | 0.82 | 0.05 | 122.05 | 0.89 | 0.55 |
| Hex | 25 | F2 | 2C | 55 | 0 | 52 | 5 | 7A | 59 | 37 |
| Octal | 45 | 362 | 54 | 125 | 0 | 122 | 5 | 172 | 131 | 67 |
| Binary | 100101 | 11110010 | 101100 | 1010101 | 0 | 1010010 | 101 | 1111010 | 1011001 | 110111 |
Color Harmonies of #25F22C
Complementary color
Monochromatic Colors of #25F22C
Black with #25F22C
Text Example
Text Example
White with #25F22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F22C; }
p { color: rgb(37,242,44); }
H1.HeaderClassName
{
color: #25F22C;
}
.AnyTagClassName
{
color: #25F22C;
}
</style>
background-color css
<style>
a { background-color: #25F22C; }
a { background-color: rgb(37,242,44); }
div.DivClassName
{
background-color: #25F22C;
}
.BgClassName
{
background-color: #25F22C;
}
</style>
border-color css
<style>
span { border-color: #25F22C; }
span { border-color: rgb(37,242,44); }
td.TdClassName
{
border-color: #25F22C;
}
.TagClassName
{
border-color: #25F22C;
}
</style>