Shades of Free Speech Green #25F32C
Tints of Free Speech Green #25F32C
RGB
CMYK
RGB Variations
Color information
#25F32C (or 0x25F32C) is known color: Free Speech Green. HEX triplet: 25, F3 and 2C. RGB value is (37,243,44). Sum of RGB (Red+Green+Blue) = 37+243+44=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 243 (95.31% from 255 or 75% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 243 - color contains mainly: green. Hex color #25F32C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F32C is #DA0CD3. Grayscale: #9F9F9F. Windows color (decimal): -14290132 or 2945829. OLE color: 2945829.
HSL color Cylindrical-coordinate representation of color #25F32C: hue angle of 122.04º 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 #25F32C is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 243 | 44 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.05 |
| HSL | 122.04º | 0.9% | 0.55% | - |
| HSV(B) | 122.04º | 0.85% | 0.95% | - |
| XYZ | 33.27 | 64.68 | 13.11 | - |
| YUV | 158.72 | 63.25 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 243 | 44 | 0.85 | 0 | 0.82 | 0.05 | 122.04 | 0.9 | 0.55 |
| Hex | 25 | F3 | 2C | 55 | 0 | 52 | 5 | 7A | 5A | 37 |
| Octal | 45 | 363 | 54 | 125 | 0 | 122 | 5 | 172 | 132 | 67 |
| Binary | 100101 | 11110011 | 101100 | 1010101 | 0 | 1010010 | 101 | 1111010 | 1011010 | 110111 |
Color Harmonies of #25F32C
Complementary color
Monochromatic Colors of #25F32C
Black with #25F32C
Text Example
Text Example
White with #25F32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F32C; }
p { color: rgb(37,243,44); }
H1.HeaderClassName
{
color: #25F32C;
}
.AnyTagClassName
{
color: #25F32C;
}
</style>
background-color css
<style>
a { background-color: #25F32C; }
a { background-color: rgb(37,243,44); }
div.DivClassName
{
background-color: #25F32C;
}
.BgClassName
{
background-color: #25F32C;
}
</style>
border-color css
<style>
span { border-color: #25F32C; }
span { border-color: rgb(37,243,44); }
td.TdClassName
{
border-color: #25F32C;
}
.TagClassName
{
border-color: #25F32C;
}
</style>