Shades of Free Speech Green #1FF325
Tints of Free Speech Green #1FF325
RGB
CMYK
RGB Variations
Color information
#1FF325 (or 0x1FF325) is known color: Free Speech Green. HEX triplet: 1F, F3 and 25. RGB value is (31,243,37). Sum of RGB (Red+Green+Blue) = 31+243+37=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 243 (95.31% from 255 or 78.14% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 243 - color contains mainly: green. Hex color #1FF325 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF325 is #E00CDA. Grayscale: #9C9C9C. Windows color (decimal): -14683355 or 2487071. OLE color: 2487071.
HSL color Cylindrical-coordinate representation of color #1FF325: hue angle of 121.7º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF325 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 243 | 37 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.05 |
| HSL | 121.7º | 0.9% | 0.54% | - |
| HSV(B) | 121.7º | 0.87% | 0.95% | - |
| XYZ | 32.95 | 64.53 | 12.47 | - |
| YUV | 156.13 | 60.76 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 243 | 37 | 0.87 | 0 | 0.85 | 0.05 | 121.7 | 0.9 | 0.54 |
| Hex | 1F | F3 | 25 | 57 | 0 | 55 | 5 | 7A | 5A | 36 |
| Octal | 37 | 363 | 45 | 127 | 0 | 125 | 5 | 172 | 132 | 66 |
| Binary | 11111 | 11110011 | 100101 | 1010111 | 0 | 1010101 | 101 | 1111010 | 1011010 | 110110 |
Color Harmonies of #1FF325
Complementary color
Monochromatic Colors of #1FF325
Black with #1FF325
Text Example
Text Example
White with #1FF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF325; }
p { color: rgb(31,243,37); }
H1.HeaderClassName
{
color: #1FF325;
}
.AnyTagClassName
{
color: #1FF325;
}
</style>
background-color css
<style>
a { background-color: #1FF325; }
a { background-color: rgb(31,243,37); }
div.DivClassName
{
background-color: #1FF325;
}
.BgClassName
{
background-color: #1FF325;
}
</style>
border-color css
<style>
span { border-color: #1FF325; }
span { border-color: rgb(31,243,37); }
td.TdClassName
{
border-color: #1FF325;
}
.TagClassName
{
border-color: #1FF325;
}
</style>