Shades of Free Speech Green #25E00D
Tints of Free Speech Green #25E00D
RGB
CMYK
RGB Variations
Color information
#25E00D (or 0x25E00D) is known color: Free Speech Green. HEX triplet: 25, E0 and 0D. RGB value is (37,224,13). Sum of RGB (Red+Green+Blue) = 37+224+13=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 224 (87.89% from 255 or 81.75% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 224 - color contains mainly: green. Hex color #25E00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25E00D is #DA1FF2. Grayscale: #909090. Windows color (decimal): -14295027 or 909349. OLE color: 909349.
HSL color Cylindrical-coordinate representation of color #25E00D: hue angle of 113.18º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25E00D is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 224 | 13 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.12 |
| HSL | 113.18º | 0.89% | 0.46% | - |
| HSV(B) | 113.18º | 0.94% | 0.88% | - |
| XYZ | 27.49 | 53.73 | 9.3 | - |
| YUV | 144.03 | 54.05 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 224 | 13 | 0.83 | 0 | 0.94 | 0.12 | 113.18 | 0.89 | 0.46 |
| Hex | 25 | E0 | D | 53 | 0 | 5E | C | 71 | 59 | 2E |
| Octal | 45 | 340 | 15 | 123 | 0 | 136 | 14 | 161 | 131 | 56 |
| Binary | 100101 | 11100000 | 1101 | 1010011 | 0 | 1011110 | 1100 | 1110001 | 1011001 | 101110 |
Color Harmonies of #25E00D
Complementary color
Monochromatic Colors of #25E00D
Black with #25E00D
Text Example
Text Example
White with #25E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E00D; }
p { color: rgb(37,224,13); }
H1.HeaderClassName
{
color: #25E00D;
}
.AnyTagClassName
{
color: #25E00D;
}
</style>
background-color css
<style>
a { background-color: #25E00D; }
a { background-color: rgb(37,224,13); }
div.DivClassName
{
background-color: #25E00D;
}
.BgClassName
{
background-color: #25E00D;
}
</style>
border-color css
<style>
span { border-color: #25E00D; }
span { border-color: rgb(37,224,13); }
td.TdClassName
{
border-color: #25E00D;
}
.TagClassName
{
border-color: #25E00D;
}
</style>