Shades of Free Speech Green #25FF13
Tints of Free Speech Green #25FF13
RGB
CMYK
RGB Variations
Color information
#25FF13 (or 0x25FF13) is known color: Free Speech Green. HEX triplet: 25, FF and 13. RGB value is (37,255,19). Sum of RGB (Red+Green+Blue) = 37+255+19=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 255 (100% from 255 or 81.99% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 255 - color contains mainly: green. Hex color #25FF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FF13 is #DA00EC. Grayscale: #A3A3A3. Windows color (decimal): -14287085 or 1310501. OLE color: 1310501.
HSL color Cylindrical-coordinate representation of color #25FF13: hue angle of 115.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25FF13 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 19 | - |
| CMYK | 0.85 | 0 | 0.93 | 0 |
| HSL | 115.42º | 1% | 0.54% | - |
| HSV(B) | 115.42º | 0.93% | 1% | - |
| XYZ | 36.64 | 71.96 | 12.57 | - |
| YUV | 162.91 | 46.78 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 19 | 0.85 | 0 | 0.93 | 0 | 115.42 | 1 | 0.54 |
| Hex | 25 | FF | 13 | 55 | 0 | 5D | 0 | 73 | 64 | 36 |
| Octal | 45 | 377 | 23 | 125 | 0 | 135 | 0 | 163 | 144 | 66 |
| Binary | 100101 | 11111111 | 10011 | 1010101 | 0 | 1011101 | 0 | 1110011 | 1100100 | 110110 |
Color Harmonies of #25FF13
Complementary color
Monochromatic Colors of #25FF13
Black with #25FF13
Text Example
Text Example
White with #25FF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FF13; }
p { color: rgb(37,255,19); }
H1.HeaderClassName
{
color: #25FF13;
}
.AnyTagClassName
{
color: #25FF13;
}
</style>
background-color css
<style>
a { background-color: #25FF13; }
a { background-color: rgb(37,255,19); }
div.DivClassName
{
background-color: #25FF13;
}
.BgClassName
{
background-color: #25FF13;
}
</style>
border-color css
<style>
span { border-color: #25FF13; }
span { border-color: rgb(37,255,19); }
td.TdClassName
{
border-color: #25FF13;
}
.TagClassName
{
border-color: #25FF13;
}
</style>