Shades of Free Speech Green #25F212
Tints of Free Speech Green #25F212
RGB
CMYK
RGB Variations
Color information
#25F212 (or 0x25F212) is known color: Free Speech Green. HEX triplet: 25, F2 and 12. RGB value is (37,242,18). Sum of RGB (Red+Green+Blue) = 37+242+18=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 242 (94.92% from 255 or 81.48% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 242 - color contains mainly: green. Hex color #25F212 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F212 is #DA0DED. Grayscale: #9B9B9B. Windows color (decimal): -14290414 or 1241637. OLE color: 1241637.
HSL color Cylindrical-coordinate representation of color #25F212: hue angle of 114.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25F212 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 18 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.05 |
| HSL | 114.91º | 0.9% | 0.51% | - |
| HSV(B) | 114.91º | 0.93% | 0.95% | - |
| XYZ | 32.62 | 63.94 | 11.19 | - |
| YUV | 155.17 | 50.58 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 18 | 0.85 | 0 | 0.93 | 0.05 | 114.91 | 0.9 | 0.51 |
| Hex | 25 | F2 | 12 | 55 | 0 | 5D | 5 | 73 | 5A | 33 |
| Octal | 45 | 362 | 22 | 125 | 0 | 135 | 5 | 163 | 132 | 63 |
| Binary | 100101 | 11110010 | 10010 | 1010101 | 0 | 1011101 | 101 | 1110011 | 1011010 | 110011 |
Color Harmonies of #25F212
Complementary color
Monochromatic Colors of #25F212
Black with #25F212
Text Example
Text Example
White with #25F212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F212; }
p { color: rgb(37,242,18); }
H1.HeaderClassName
{
color: #25F212;
}
.AnyTagClassName
{
color: #25F212;
}
</style>
background-color css
<style>
a { background-color: #25F212; }
a { background-color: rgb(37,242,18); }
div.DivClassName
{
background-color: #25F212;
}
.BgClassName
{
background-color: #25F212;
}
</style>
border-color css
<style>
span { border-color: #25F212; }
span { border-color: rgb(37,242,18); }
td.TdClassName
{
border-color: #25F212;
}
.TagClassName
{
border-color: #25F212;
}
</style>