Shades of Free Speech Green #25E70D
Tints of Free Speech Green #25E70D
RGB
CMYK
RGB Variations
Color information
#25E70D (or 0x25E70D) is known color: Free Speech Green. HEX triplet: 25, E7 and 0D. RGB value is (37,231,13). Sum of RGB (Red+Green+Blue) = 37+231+13=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 231 (90.62% from 255 or 82.21% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 231 - color contains mainly: green. Hex color #25E70D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25E70D is #DA18F2. Grayscale: #949494. Windows color (decimal): -14293235 or 911141. OLE color: 911141.
HSL color Cylindrical-coordinate representation of color #25E70D: hue angle of 113.39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25E70D is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 231 | 13 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.09 |
| HSL | 113.39º | 0.89% | 0.48% | - |
| HSV(B) | 113.39º | 0.94% | 0.91% | - |
| XYZ | 29.41 | 57.57 | 9.94 | - |
| YUV | 148.14 | 51.73 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 231 | 13 | 0.84 | 0 | 0.94 | 0.09 | 113.39 | 0.89 | 0.48 |
| Hex | 25 | E7 | D | 54 | 0 | 5E | 9 | 71 | 59 | 30 |
| Octal | 45 | 347 | 15 | 124 | 0 | 136 | 11 | 161 | 131 | 60 |
| Binary | 100101 | 11100111 | 1101 | 1010100 | 0 | 1011110 | 1001 | 1110001 | 1011001 | 110000 |
Color Harmonies of #25E70D
Complementary color
Monochromatic Colors of #25E70D
Black with #25E70D
Text Example
Text Example
White with #25E70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E70D; }
p { color: rgb(37,231,13); }
H1.HeaderClassName
{
color: #25E70D;
}
.AnyTagClassName
{
color: #25E70D;
}
</style>
background-color css
<style>
a { background-color: #25E70D; }
a { background-color: rgb(37,231,13); }
div.DivClassName
{
background-color: #25E70D;
}
.BgClassName
{
background-color: #25E70D;
}
</style>
border-color css
<style>
span { border-color: #25E70D; }
span { border-color: rgb(37,231,13); }
td.TdClassName
{
border-color: #25E70D;
}
.TagClassName
{
border-color: #25E70D;
}
</style>