Shades of Free Speech Green #25E10D
Tints of Free Speech Green #25E10D
RGB
CMYK
RGB Variations
Color information
#25E10D (or 0x25E10D) is known color: Free Speech Green. HEX triplet: 25, E1 and 0D. RGB value is (37,225,13). Sum of RGB (Red+Green+Blue) = 37+225+13=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 225 (88.28% from 255 or 81.82% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 225 - color contains mainly: green. Hex color #25E10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25E10D is #DA1EF2. Grayscale: #919191. Windows color (decimal): -14294771 or 909605. OLE color: 909605.
HSL color Cylindrical-coordinate representation of color #25E10D: hue angle of 113.21º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25E10D is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 225 | 13 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.12 |
| HSL | 113.21º | 0.89% | 0.47% | - |
| HSV(B) | 113.21º | 0.94% | 0.88% | - |
| XYZ | 27.76 | 54.27 | 9.39 | - |
| YUV | 144.62 | 53.72 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 225 | 13 | 0.84 | 0 | 0.94 | 0.12 | 113.21 | 0.89 | 0.47 |
| Hex | 25 | E1 | D | 54 | 0 | 5E | C | 71 | 59 | 2F |
| Octal | 45 | 341 | 15 | 124 | 0 | 136 | 14 | 161 | 131 | 57 |
| Binary | 100101 | 11100001 | 1101 | 1010100 | 0 | 1011110 | 1100 | 1110001 | 1011001 | 101111 |
Color Harmonies of #25E10D
Complementary color
Monochromatic Colors of #25E10D
Black with #25E10D
Text Example
Text Example
White with #25E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E10D; }
p { color: rgb(37,225,13); }
H1.HeaderClassName
{
color: #25E10D;
}
.AnyTagClassName
{
color: #25E10D;
}
</style>
background-color css
<style>
a { background-color: #25E10D; }
a { background-color: rgb(37,225,13); }
div.DivClassName
{
background-color: #25E10D;
}
.BgClassName
{
background-color: #25E10D;
}
</style>
border-color css
<style>
span { border-color: #25E10D; }
span { border-color: rgb(37,225,13); }
td.TdClassName
{
border-color: #25E10D;
}
.TagClassName
{
border-color: #25E10D;
}
</style>