Shades of Free Speech Green #1FF524
Tints of Free Speech Green #1FF524
RGB
CMYK
RGB Variations
Color information
#1FF524 (or 0x1FF524) is known color: Free Speech Green. HEX triplet: 1F, F5 and 24. RGB value is (31,245,36). Sum of RGB (Red+Green+Blue) = 31+245+36=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 245 (96.09% from 255 or 78.53% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 245 - color contains mainly: green. Hex color #1FF524 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF524 is #E00ADB. Grayscale: #9D9D9D. Windows color (decimal): -14682844 or 2422047. OLE color: 2422047.
HSL color Cylindrical-coordinate representation of color #1FF524: hue angle of 121.4º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF524 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 245 | 36 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.04 |
| HSL | 121.4º | 0.91% | 0.54% | - |
| HSV(B) | 121.4º | 0.87% | 0.96% | - |
| XYZ | 33.54 | 65.72 | 12.59 | - |
| YUV | 157.19 | 59.6 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 245 | 36 | 0.87 | 0 | 0.85 | 0.04 | 121.4 | 0.91 | 0.54 |
| Hex | 1F | F5 | 24 | 57 | 0 | 55 | 4 | 79 | 5B | 36 |
| Octal | 37 | 365 | 44 | 127 | 0 | 125 | 4 | 171 | 133 | 66 |
| Binary | 11111 | 11110101 | 100100 | 1010111 | 0 | 1010101 | 100 | 1111001 | 1011011 | 110110 |
Color Harmonies of #1FF524
Complementary color
Monochromatic Colors of #1FF524
Black with #1FF524
Text Example
Text Example
White with #1FF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF524; }
p { color: rgb(31,245,36); }
H1.HeaderClassName
{
color: #1FF524;
}
.AnyTagClassName
{
color: #1FF524;
}
</style>
background-color css
<style>
a { background-color: #1FF524; }
a { background-color: rgb(31,245,36); }
div.DivClassName
{
background-color: #1FF524;
}
.BgClassName
{
background-color: #1FF524;
}
</style>
border-color css
<style>
span { border-color: #1FF524; }
span { border-color: rgb(31,245,36); }
td.TdClassName
{
border-color: #1FF524;
}
.TagClassName
{
border-color: #1FF524;
}
</style>