Shades of Free Speech Green #25FF12
Tints of Free Speech Green #25FF12
RGB
CMYK
RGB Variations
Color information
#25FF12 (or 0x25FF12) is known color: Free Speech Green. HEX triplet: 25, FF and 12. RGB value is (37,255,18). Sum of RGB (Red+Green+Blue) = 37+255+18=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 255 (100% from 255 or 82.26% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 255 - color contains mainly: green. Hex color #25FF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FF12 is #DA00ED. Grayscale: #A3A3A3. Windows color (decimal): -14287086 or 1244965. OLE color: 1244965.
HSL color Cylindrical-coordinate representation of color #25FF12: hue angle of 115.19º 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 #25FF12 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 18 | - |
| CMYK | 0.85 | 0 | 0.93 | 0 |
| HSL | 115.19º | 1% | 0.54% | - |
| HSV(B) | 115.19º | 0.93% | 1% | - |
| XYZ | 36.63 | 71.96 | 12.53 | - |
| YUV | 162.8 | 46.28 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 18 | 0.85 | 0 | 0.93 | 0 | 115.19 | 1 | 0.54 |
| Hex | 25 | FF | 12 | 55 | 0 | 5D | 0 | 73 | 64 | 36 |
| Octal | 45 | 377 | 22 | 125 | 0 | 135 | 0 | 163 | 144 | 66 |
| Binary | 100101 | 11111111 | 10010 | 1010101 | 0 | 1011101 | 0 | 1110011 | 1100100 | 110110 |
Color Harmonies of #25FF12
Complementary color
Monochromatic Colors of #25FF12
Black with #25FF12
Text Example
Text Example
White with #25FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FF12; }
p { color: rgb(37,255,18); }
H1.HeaderClassName
{
color: #25FF12;
}
.AnyTagClassName
{
color: #25FF12;
}
</style>
background-color css
<style>
a { background-color: #25FF12; }
a { background-color: rgb(37,255,18); }
div.DivClassName
{
background-color: #25FF12;
}
.BgClassName
{
background-color: #25FF12;
}
</style>
border-color css
<style>
span { border-color: #25FF12; }
span { border-color: rgb(37,255,18); }
td.TdClassName
{
border-color: #25FF12;
}
.TagClassName
{
border-color: #25FF12;
}
</style>