Shades of Free Speech Green #25E80A
Tints of Free Speech Green #25E80A
RGB
CMYK
RGB Variations
Color information
#25E80A (or 0x25E80A) is known color: Free Speech Green. HEX triplet: 25, E8 and 0A. RGB value is (37,232,10). Sum of RGB (Red+Green+Blue) = 37+232+10=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 232 (91.02% from 255 or 83.15% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 232 - color contains mainly: green. Hex color #25E80A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25E80A is #DA17F5. Grayscale: #959595. Windows color (decimal): -14292982 or 714789. OLE color: 714789.
HSL color Cylindrical-coordinate representation of color #25E80A: hue angle of 112.7º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25E80A is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 232 | 10 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.09 |
| HSL | 112.7º | 0.92% | 0.47% | - |
| HSV(B) | 112.7º | 0.96% | 0.91% | - |
| XYZ | 29.67 | 58.13 | 9.94 | - |
| YUV | 148.39 | 49.9 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 232 | 10 | 0.84 | 0 | 0.96 | 0.09 | 112.7 | 0.92 | 0.47 |
| Hex | 25 | E8 | A | 54 | 0 | 60 | 9 | 71 | 5C | 2F |
| Octal | 45 | 350 | 12 | 124 | 0 | 140 | 11 | 161 | 134 | 57 |
| Binary | 100101 | 11101000 | 1010 | 1010100 | 0 | 1100000 | 1001 | 1110001 | 1011100 | 101111 |
Color Harmonies of #25E80A
Complementary color
Monochromatic Colors of #25E80A
Black with #25E80A
Text Example
Text Example
White with #25E80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E80A; }
p { color: rgb(37,232,10); }
H1.HeaderClassName
{
color: #25E80A;
}
.AnyTagClassName
{
color: #25E80A;
}
</style>
background-color css
<style>
a { background-color: #25E80A; }
a { background-color: rgb(37,232,10); }
div.DivClassName
{
background-color: #25E80A;
}
.BgClassName
{
background-color: #25E80A;
}
</style>
border-color css
<style>
span { border-color: #25E80A; }
span { border-color: rgb(37,232,10); }
td.TdClassName
{
border-color: #25E80A;
}
.TagClassName
{
border-color: #25E80A;
}
</style>