Shades of Free Speech Green #1FF232
Tints of Free Speech Green #1FF232
RGB
CMYK
RGB Variations
Color information
#1FF232 (or 0x1FF232) is known color: Free Speech Green. HEX triplet: 1F, F2 and 32. RGB value is (31,242,50). Sum of RGB (Red+Green+Blue) = 31+242+50=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 242 (94.92% from 255 or 74.92% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF232 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF232 is #E00DCD. Grayscale: #9D9D9D. Windows color (decimal): -14683598 or 3338783. OLE color: 3338783.
HSL color Cylindrical-coordinate representation of color #1FF232: hue angle of 125.4º degrees, saturation: 0.89, 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 #1FF232 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 50 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.05 |
| HSL | 125.4º | 0.89% | 0.54% | - |
| HSV(B) | 125.4º | 0.87% | 0.95% | - |
| XYZ | 32.89 | 64.03 | 13.64 | - |
| YUV | 157.02 | 67.6 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 50 | 0.87 | 0 | 0.79 | 0.05 | 125.4 | 0.89 | 0.54 |
| Hex | 1F | F2 | 32 | 57 | 0 | 4F | 5 | 7D | 59 | 36 |
| Octal | 37 | 362 | 62 | 127 | 0 | 117 | 5 | 175 | 131 | 66 |
| Binary | 11111 | 11110010 | 110010 | 1010111 | 0 | 1001111 | 101 | 1111101 | 1011001 | 110110 |
Color Harmonies of #1FF232
Complementary color
Monochromatic Colors of #1FF232
Black with #1FF232
Text Example
Text Example
White with #1FF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF232; }
p { color: rgb(31,242,50); }
H1.HeaderClassName
{
color: #1FF232;
}
.AnyTagClassName
{
color: #1FF232;
}
</style>
background-color css
<style>
a { background-color: #1FF232; }
a { background-color: rgb(31,242,50); }
div.DivClassName
{
background-color: #1FF232;
}
.BgClassName
{
background-color: #1FF232;
}
</style>
border-color css
<style>
span { border-color: #1FF232; }
span { border-color: rgb(31,242,50); }
td.TdClassName
{
border-color: #1FF232;
}
.TagClassName
{
border-color: #1FF232;
}
</style>